Commit Graph

2214 Commits (master)
 

Author SHA1 Message Date
Czechball aae6de8017 Added YouPic.com
5 years ago
theodosisathanasakis b8737bd75f
Add "regexCheck" for Facebook and Flipboard
5 years ago
Yahya SayadArbabi 508eb88724 Add 9gag
5 years ago
Yahya SayadArbabi d1ef3f6f0b Merge branch 'naueramant_master'
5 years ago
Yahya SayadArbabi b7da0e9781 Merge branch 'JonanOribe_patch-1'
5 years ago
Jonas Tranberg de31a311ef Added 9GAG support
5 years ago
Jon Ander Oribe 005e9591c1
Adding a counter of resources
5 years ago
Yahya SayadArbabi f7daae14e3 Merge branch 'cclauss_patch-3'
5 years ago
Yahya SayadArbabi 85c80952c9 Merge branch 'simplify_print_error'
5 years ago
Chris Blumentritt b96da0b547 Adding docker support
5 years ago
Christopher K. Hoadley 448f072e36 Merge branch 'pr/n49_cblument'
5 years ago
Chris Blumentritt ce53663331 Use os.path.join to build file path for data file
5 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.
5 years ago
cclauss 05cbeb5c2c
Add a shebang line: #! /usr/bin/env python3
5 years ago
cclauss c0ac0d9f9d
Update sherlock.py
5 years ago
cclauss 96c3ce7625
Simplify print_error()
5 years ago
cclauss 3200eb3ad5
Run isort on the imports
5 years ago
Chris Blumentritt cf7ec54f23 Script can now load the data.json file when invoked from different directory
5 years ago
Christopher K. Hoadley f9d59270a3 Merge branch 'pr/n43_cclauss'. Use new pattern for getting "urlMain" data as well.
5 years ago
Christopher K. Hoadley e2c4dbf1ef Merge branch 'pr/n4_svisser'
5 years ago
cclauss 28f023a339
Use dict.get() on optional parameters
5 years ago
cclauss 60555eeda7
Use dict.items() to simplify interaction with dict (again)
5 years ago
Siddharth Dushantha 03c41ee555
Version bump
5 years ago
Siddharth Dushantha 3105a79b86
new version and version format
5 years ago
Siddharth Dushantha 57a4448264
modified the comment about the user agent #41
5 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.
5 years ago
Christopher K. Hoadley d97338c8bb Merge branch 'pr/n22_anto-christo'
5 years ago
Christopher Kent Hoadley 6257015550
Merge pull request #39 from boardens/patch-1
5 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.
5 years ago
Siddharth Dushantha fe2feff7a7
Added the image back.
5 years ago
Siddharth Dushantha 0f9519365f
Merge pull request #3 from nareddyt/async-requests
5 years ago
Tejasvi Nareddy 78a3451c03 Merge remote-tracking branch 'upstream/master' into async-requests
5 years ago
anto-christo a3ff122d9d Add link to sites.md in readme and merge with master
5 years ago
anto-christo 26adc32497 Add script for listing sites in sites.md
5 years ago
Boardens fd11e601f3
Added support for 14 social networks
5 years ago
Christopher Kent Hoadley 9b83571981
Merge pull request #31 from mpieters93/tor
5 years ago
mpieters93 51ce9fc10b
Merge branch 'master' into tor
5 years ago
Siddharth Dushantha ff2f26eb3f
Merge pull request #35 from rajdeepbharati/master
5 years ago
Rajdeep Bharati 373083446e Added support for Quora.
5 years ago
Christopher K. Hoadley 601d3d9495 Update readme with new csv option.
5 years ago
Christopher Kent Hoadley 9f72252564
Merge pull request #33 from sdushantha/hoadlck-csv
5 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.
5 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.
5 years ago
Mike Pieters 6cd18fb5bb Update README to reflect added TOR arguments
5 years ago
Mike Pieters feef27b2e4 Removed accidental whitespace
5 years ago
Christopher Kent Hoadley b9ff065932
Merge pull request #28 from MagicFab/patch-1
5 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.
5 years ago
Mike Pieters 49f65021bb Adds option to use new TOR circuit for each request
5 years ago
Fabian Rodriguez 7f26889de4
Update README.md for Python 3.6+ req.
5 years ago
Mike Pieters b2cb0506a3 Adds option to connect over TOR
5 years ago