Commit graph

144 commits

Author SHA1 Message Date
Tejasvi (Teju) Nareddy
d71797062e
Merge pull request #72 from theodosisathanasakis/theodosisathanasakis-script
Script for installing packages in linux
2019-01-04 11:01:41 -05:00
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!
2019-01-04 11:55:31 +02:00
Yahya SayadArbabi
459fb29be6 Fix "Docker notes" 2019-01-04 13:15:17 +03:30
Yahya SayadArbabi
30eb9c76ec bump version 2019-01-04 11:51:07 +03:30
Yahya SayadArbabi
17213f5e55 Merge branch 'beamop/patch-1' 2019-01-04 11:50:48 +03:30
Yahya SayadArbabi
14b52062e1 Merge branch 'docker_hub' 2019-01-04 11:42:13 +03:30
Yahya SayadArbabi
287305a12c bump version 2019-01-04 11:42:00 +03:30
Yahya SayadArbabi
af2de2380e Add to docker hub 2019-01-04 11:40:28 +03:30
Yahya SayadArbabi
2cbb28e481 Merge branch 'Andrew-9/err-code' 2019-01-04 11:02:46 +03:30
Yahya SayadArbabi
3b5263c5bd Add Wikipedia 2019-01-04 11:02:19 +03:30
Andrew Yatzkan
2d50409428 Changed error code from 404 to not 2XX 2019-01-03 18:04:52 -06:00
Andrew Yatzkan
ab99ee016e Made .txt file case insensitive 2019-01-03 17:44:24 -06:00
Andrew Yatzkan
3fc75aea3f Added wikipedia.org 2019-01-03 17:35:28 -06:00
Yahya SayadArbabi
5769ee086c Merge branch 'semantic_versioning' 2019-01-04 01:22:37 +03:30
Yahya SayadArbabi
ffbd5b3d4b Fix versioning 2019-01-04 01:20:59 +03:30
Yahya SayadArbabi
992e22059a bump version 2019-01-04 01:18:10 +03:30
Yahya SayadArbabi
f4c490d25e run "isort" 2019-01-04 01:16:55 +03:30
Yahya SayadArbabi
853008c075 Merge branch 'jcs-PR/color' 2019-01-04 01:05:26 +03:30
Yahya SayadArbabi
f984b447c0 Run "isort" 2019-01-04 01:05:12 +03:30
Jonas Tranberg
e51da5b712 If only status_code is needed use HEAD instead of GET request to avoid body download 2019-01-03 18:39:43 +01:00
Beam OP
ec58514b24
Updated DailyMotion errorType 2019-01-03 17:32:08 +01:00
Yahya SayadArbabi
e6256e70a6 Bump version 2019-01-03 17:44:35 +03:30
Yahya SayadArbabi
e71b9926ad Merge branch 'jcs-PR/master' 2019-01-03 17:24:27 +03:30
Yahya SayadArbabi
7a78d44943 Merge branch 'Czechball/master' 2019-01-03 17:18:24 +03:30
jenchieh
43f4e893f3 Initialize Colorama and import it. 2019-01-03 18:18:04 +08:00
jenchieh
5711ebb472 Add Colorama to one of the requirements. 2019-01-03 18:17:50 +08:00
jenchieh
adb31c5ee7 Organize image directory => screenshot. 2019-01-03 17:50:48 +08:00
Czechball
6780614957 Added YouPic, Letterboxd, House-Mixes and Coderwall 2019-01-03 03:47:27 +01:00
Czechball
74768ce592 Added YouPic, Letterboxd, House-Mixes.com and Coderwall 2019-01-03 03:46:50 +01:00
Czechball
f46a21b57a Added House-Mixes.com 2019-01-03 03:22:27 +01:00
Czechball
a0c64ca582 Added House-Mixes.com 2019-01-03 03:22:11 +01:00
Czechball
2a633f52e2 Updated sites 2019-01-03 03:10:24 +01:00
Czechball
aae6de8017 Added YouPic.com 2019-01-03 03:09:29 +01:00
Yahya SayadArbabi
508eb88724 Add 9gag 2019-01-03 03:57:28 +03:30
Yahya SayadArbabi
d1ef3f6f0b Merge branch 'naueramant_master' 2019-01-03 03:56:28 +03:30
Yahya SayadArbabi
b7da0e9781 Merge branch 'JonanOribe_patch-1' 2019-01-03 03:48:28 +03:30
Jonas Tranberg
de31a311ef Added 9GAG support 2019-01-02 20:45:49 +01:00
Jon Ander Oribe
005e9591c1
Adding a counter of resources
At the end of the process we can see how many results we have
2019-01-02 16:43:38 +01:00
Yahya SayadArbabi
f7daae14e3 Merge branch 'cclauss_patch-3' 2019-01-02 13:25:47 +03:30
Yahya SayadArbabi
85c80952c9 Merge branch 'simplify_print_error' 2019-01-02 13:18:54 +03:30
Chris Blumentritt
b96da0b547 Adding docker support 2018-12-31 14:53:27 -06:00
Christopher K. Hoadley
448f072e36 Merge branch 'pr/n49_cblument' 2018-12-31 09:59:15 -06:00
Chris Blumentritt
ce53663331 Use os.path.join to build file path for data file
fixes #47
2018-12-31 09:46:42 -06:00
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. 2018-12-31 06:08:20 -06:00
cclauss
05cbeb5c2c
Add a shebang line: #! /usr/bin/env python3 2018-12-31 08:32:35 +01:00
cclauss
c0ac0d9f9d
Update sherlock.py 2018-12-31 07:44:27 +01:00
cclauss
96c3ce7625
Simplify print_error() 2018-12-31 07:40:05 +01:00
cclauss
3200eb3ad5
Run isort on the imports
[isort](https://github.com/timothycrosley/isort/blob/develop/README.rst) cleans up the imports for readability.
2018-12-31 07:27:54 +01:00
Chris Blumentritt
cf7ec54f23 Script can now load the data.json file when invoked from different directory
If the script is run from a different directory than the where it
resides then it would fail to load because it could not find data.json.
fixes #47
2018-12-30 23:52:23 -06:00
Christopher K. Hoadley
f9d59270a3 Merge branch 'pr/n43_cclauss'. Use new pattern for getting "urlMain" data as well. 2018-12-30 18:22:30 -06:00