Jonas Tranberg
|
e51da5b712
|
If only status_code is needed use HEAD instead of GET request to avoid body download
|
6 years ago |
Jonas Tranberg
|
de31a311ef
|
Added 9GAG support
|
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 |
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
|
6 years ago |
Christopher K. Hoadley
|
f9d59270a3
|
Merge branch 'pr/n43_cclauss'. Use new pattern for getting "urlMain" data as well.
|
6 years ago |
Christopher K. Hoadley
|
e2c4dbf1ef
|
Merge branch 'pr/n4_svisser'
|
6 years ago |
cclauss
|
28f023a339
|
Use dict.get() on optional parameters
|
6 years ago |
cclauss
|
60555eeda7
|
Use dict.items() to simplify interaction with dict (again)
#20 again...
|
6 years ago |
Siddharth Dushantha
|
03c41ee555
|
Version bump
From now on, the version will be the date and the format is from big to small. Year, Month, Day.
Just like youtube-dl does it.
|
6 years ago |
Siddharth Dushantha
|
3105a79b86
|
new version and version format
From now on, the version will be the date and the format is from big to small. Year, Month, Day
|
6 years ago |
Siddharth Dushantha
|
57a4448264
|
modified the comment about the user agent #41
|
6 years ago |
Christopher K. Hoadley
|
4ecaad6289
|
Update script to use with-as structure for files. Add number of supported sites to title. Add status message.
|
6 years ago |
Christopher K. Hoadley
|
d97338c8bb
|
Merge branch 'pr/n22_anto-christo'
|
6 years ago |
Christopher Kent Hoadley
|
6257015550
|
Merge pull request #39 from boardens/patch-1
Added support for 14 social networks. We really need to agree on the Scope Of Sherlock, but there is no reason to not add these in.
|
6 years ago |
Christopher K. Hoadley
|
55b6ffa5ba
|
Simeon Visser noticed that "enforce utf-8 encoding when we open data.json" (#8) got undone in the previous merge. Include it again.
|
6 years ago |
Siddharth Dushantha
|
fe2feff7a7
|
Added the image back.
|
6 years ago |
Siddharth Dushantha
|
0f9519365f
|
Merge pull request #3 from nareddyt/async-requests
Run HTTP requests in parallel
|
6 years ago |
Tejasvi Nareddy
|
78a3451c03
|
Merge remote-tracking branch 'upstream/master' into async-requests
# Conflicts:
# .gitignore
# requirements.txt
# sherlock.py
|
6 years ago |
anto-christo
|
a3ff122d9d
|
Add link to sites.md in readme and merge with master
|
6 years ago |
anto-christo
|
26adc32497
|
Add script for listing sites in sites.md
|
6 years ago |
Boardens
|
fd11e601f3
|
Added support for 14 social networks
Changes :
- Added Pixabay
- Added Giphy
- Added Taringa
- Added SourceForge
- Added Codepen
- Added Launchpad
- Added Photobucket
- Added Wix
- Added Crevado
- Added Carbonmade
- Added Coroflot
- Added Jimdo
- Added Repl.it
- Added Issuu
Notes:
- Unable to add Twitch, Tumblr, Big Cartel, Trello.
|
6 years ago |
Christopher Kent Hoadley
|
9b83571981
|
Merge pull request #31 from mpieters93/tor
Added options to connect over TOR
|
6 years ago |
mpieters93
|
51ce9fc10b
|
Merge branch 'master' into tor
|
6 years ago |
Siddharth Dushantha
|
ff2f26eb3f
|
Merge pull request #35 from rajdeepbharati/master
Added support for Quora.
|
6 years ago |
Rajdeep Bharati
|
373083446e
|
Added support for Quora.
|
6 years ago |
Christopher K. Hoadley
|
601d3d9495
|
Update readme with new csv option.
|
6 years ago |
Christopher Kent Hoadley
|
9f72252564
|
Merge pull request #33 from sdushantha/hoadlck-csv
Add CSV Report For Results
|
6 years ago |
Christopher K. Hoadley
|
d9e600d05d
|
Add support for writing to Comma-Separated Values (CSV) File with all of the results. Unfortunately, the request text is so long that it is not visible in spreadsheet programs. So, I am leaving this off for now.
|
6 years ago |
Christopher K. Hoadley
|
b17072b3cd
|
Change sherlock method to return dictionary summarizing all results. This will allow the caller to have raw information for other reports.
|
6 years ago |
Mike Pieters
|
6cd18fb5bb
|
Update README to reflect added TOR arguments
|
6 years ago |
Mike Pieters
|
feef27b2e4
|
Removed accidental whitespace
|
6 years ago |
Christopher Kent Hoadley
|
b9ff065932
|
Merge pull request #28 from MagicFab/patch-1
Update README.MD with Python 3.6 (or later) requirement
|
6 years ago |
Christopher K. Hoadley
|
7d4f1c68ff
|
Add main URL for each social networking site. This is needed for future development (e.g. csv report generation, and autogeneraton of supported site report). Wanted to get this in early so that anyone adding more social network sites in the future would know to put this other piece of information in.
|
6 years ago |
Mike Pieters
|
49f65021bb
|
Adds option to use new TOR circuit for each request
|
6 years ago |
Fabian Rodriguez
|
7f26889de4
|
Update README.md for Python 3.6+ req.
Update README.md for Python 3.6+ req.
|
6 years ago |
Mike Pieters
|
b2cb0506a3
|
Adds option to connect over TOR
|
6 years ago |
Christopher Kent Hoadley
|
3d971d573a
|
Merge pull request #29 from aggiebill/patch-1
Ignore txt files, except requirements.txt
|
6 years ago |
Aggie Bill
|
01a64ba172
|
Ignore txt files, except requirements.txt
|
6 years ago |
Siddharth Dushantha
|
c3d8a669f1
|
modified the description of Sherlock
|
6 years ago |
Siddharth Dushantha
|
3d4682e279
|
added MeetMe
|
6 years ago |
Siddharth Dushantha
|
e848e95db3
|
added Badoo
|
6 years ago |
Siddharth Dushantha
|
632065e386
|
added ImageShack
|
6 years ago |
Siddharth Dushantha
|
6fcc62f500
|
new image, did some PEP8, and organized the code
|
6 years ago |
Fabian Rodriguez
|
3ef95f01c0
|
Update README.MD with Python 3.6 requirement
Update README.MD with Python 3.6 requirement
|
6 years ago |
Christopher Kent Hoadley
|
dff6e879b1
|
Merge pull request #27 from mpieters93/regex-default
Removed default regular expression check, only check when regular expression is specified in the settings file.
|
6 years ago |
Mike Pieters
|
8659c0fbe1
|
Altered regex_check logic
|
6 years ago |
Christopher Kent Hoadley
|
4fa74cb01f
|
Merge pull request #25 from eliehalimi/master
added myanimelist.net
|
6 years ago |