Yahya SayadArbabi
a63c14071b
Merge branch 'Use_Colorama_syntax_for_better_readability'
6 years ago
Tejasvi (Teju) Nareddy
d71797062e
Merge pull request #72 from theodosisathanasakis/theodosisathanasakis-script
...
Script for installing packages in linux
6 years ago
theodosisathanasakis
f7f36b5137
Install packages for linux
...
The script downloads the packages that are necessary for the sherlock.py. It is an automated procedure instead of the instructions in the README.md.
It contains some packages that are not in README but I couldn't run "pip3 install -r requirements.txt" without them.
It is for linux, I don't know if it works on something else.
I believe it is useful!
6 years ago
Yahya SayadArbabi
459fb29be6
Fix "Docker notes"
6 years ago
Yahya SayadArbabi
30eb9c76ec
bump version
6 years ago
Yahya SayadArbabi
17213f5e55
Merge branch 'beamop/patch-1'
6 years ago
Yahya SayadArbabi
14b52062e1
Merge branch 'docker_hub'
6 years ago
Yahya SayadArbabi
287305a12c
bump version
6 years ago
Yahya SayadArbabi
af2de2380e
Add to docker hub
6 years ago
Yahya SayadArbabi
2cbb28e481
Merge branch 'Andrew-9/err-code'
6 years ago
Yahya SayadArbabi
3b5263c5bd
Add Wikipedia
6 years ago
Jen-Chieh
df1f35bc88
Use Colorama for better readability.
6 years ago
Andrew Yatzkan
2d50409428
Changed error code from 404 to not 2XX
6 years ago
Andrew Yatzkan
ab99ee016e
Made .txt file case insensitive
6 years ago
Andrew Yatzkan
3fc75aea3f
Added wikipedia.org
6 years ago
Yahya SayadArbabi
5769ee086c
Merge branch 'semantic_versioning'
6 years ago
Yahya SayadArbabi
ffbd5b3d4b
Fix versioning
6 years ago
Yahya SayadArbabi
992e22059a
bump version
6 years ago
Yahya SayadArbabi
f4c490d25e
run "isort"
6 years ago
Yahya SayadArbabi
853008c075
Merge branch 'jcs-PR/color'
6 years ago
Yahya SayadArbabi
f984b447c0
Run "isort"
6 years ago
Jonas Tranberg
e51da5b712
If only status_code is needed use HEAD instead of GET request to avoid body download
6 years ago
Beam OP
ec58514b24
Updated DailyMotion errorType
6 years ago
Yahya SayadArbabi
e6256e70a6
Bump version
6 years ago
Yahya SayadArbabi
e71b9926ad
Merge branch 'jcs-PR/master'
6 years ago
Yahya SayadArbabi
7a78d44943
Merge branch 'Czechball/master'
6 years ago
jenchieh
43f4e893f3
Initialize Colorama and import it.
6 years ago
jenchieh
5711ebb472
Add Colorama to one of the requirements.
6 years ago
jenchieh
adb31c5ee7
Organize image directory => screenshot.
6 years ago
Czechball
6780614957
Added YouPic, Letterboxd, House-Mixes and Coderwall
6 years ago
Czechball
74768ce592
Added YouPic, Letterboxd, House-Mixes.com and Coderwall
6 years ago
Czechball
f46a21b57a
Added House-Mixes.com
6 years ago
Czechball
a0c64ca582
Added House-Mixes.com
6 years ago
Czechball
2a633f52e2
Updated sites
6 years ago
Czechball
aae6de8017
Added YouPic.com
6 years ago
Yahya SayadArbabi
508eb88724
Add 9gag
6 years ago
Yahya SayadArbabi
d1ef3f6f0b
Merge branch 'naueramant_master'
6 years ago
Yahya SayadArbabi
b7da0e9781
Merge branch 'JonanOribe_patch-1'
6 years ago
Jonas Tranberg
de31a311ef
Added 9GAG support
6 years ago
Jon Ander Oribe
005e9591c1
Adding a counter of resources
...
At the end of the process we can see how many results we have
6 years ago
Yahya SayadArbabi
f7daae14e3
Merge branch 'cclauss_patch-3'
6 years ago
Yahya SayadArbabi
85c80952c9
Merge branch 'simplify_print_error'
6 years ago
Chris Blumentritt
b96da0b547
Adding docker support
6 years ago
Christopher K. Hoadley
448f072e36
Merge branch 'pr/n49_cblument'
6 years ago
Chris Blumentritt
ce53663331
Use os.path.join to build file path for data file
...
fixes #47
6 years ago
Christopher K. Hoadley
8090a96c57
Fix merge problem in pull request #43 . Previously, there was just one for loop that iterated thru all of the sites. But, with the addition of the parallel functionality, there are now two for loops. The dictionary changes were not done in the second loop, which caused bogus results.
6 years ago
cclauss
05cbeb5c2c
Add a shebang line: #! /usr/bin/env python3
6 years ago
cclauss
c0ac0d9f9d
Update sherlock.py
6 years ago
cclauss
96c3ce7625
Simplify print_error()
6 years ago
cclauss
3200eb3ad5
Run isort on the imports
...
[isort](https://github.com/timothycrosley/isort/blob/develop/README.rst ) cleans up the imports for readability.
6 years ago