2275 Commits (master)
 

Author SHA1 Message Date
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
Christopher Kent Hoadley 3d971d573a
Merge pull request #29 from aggiebill/patch-1
5 years ago
Aggie Bill 01a64ba172
Ignore txt files, except requirements.txt
5 years ago
Siddharth Dushantha c3d8a669f1
modified the description of Sherlock
5 years ago
Siddharth Dushantha 3d4682e279
added MeetMe
5 years ago
Siddharth Dushantha e848e95db3
added Badoo
5 years ago
Siddharth Dushantha 632065e386
added ImageShack
5 years ago
Siddharth Dushantha 6fcc62f500 new image, did some PEP8, and organized the code
5 years ago
Fabian Rodriguez 3ef95f01c0
Update README.MD with Python 3.6 requirement
5 years ago
Christopher Kent Hoadley dff6e879b1
Merge pull request #27 from mpieters93/regex-default
5 years ago
Mike Pieters 8659c0fbe1 Altered regex_check logic
5 years ago
Christopher Kent Hoadley 4fa74cb01f
Merge pull request #25 from eliehalimi/master
5 years ago
Christopher Kent Hoadley 8ae0113422
Merge pull request #17 from hoadlck/hoadlck-argument-revamp
5 years ago
Christopher Kent Hoadley ef549a239c
Merge pull request #16 from hoadlck/hoadlck-username-validate
5 years ago
Elie Halimi d7e916ac34
added myanimelist.net
5 years ago
Anto Christopher 96fc03773d
Add list of supported social networks in README
5 years ago
Christopher K. Hoadley 6ce822ec11 Forgot to update screenshot...
5 years ago
Christopher K. Hoadley ed8513fd06 Update Command Line Interface: Accept List Of User Names, Add Version
5 years ago
Christopher K. Hoadley 4067991b59 Replace noPeriod attribute in JSON file with a regexCheck attribute. If this does not exist in the JSON file, then there will be a default regular expression that will be used. By default, the allowed user name pattern requires that the first character is alphabetic, while the following characters are either alphanumeric or ".", "_", or "-". Also, specifically indicate that the user name is invalid in the feedback.
5 years ago
Siddharth Dushantha cb62daa557 added devRant
5 years ago
Siddharth Dushantha 94a58614fb
Merge pull request #15 from shijuleon/master
5 years ago
Siddharth Dushantha 9959e40e39
Merge pull request #14 from hoadlck/hoadlck-userdotcheck
5 years ago
shijuleon 804c5d3fc8 Refactor error printing code
5 years ago
Christopher K. Hoadley dd8d36741d Fix bug that incorrectly said that all user names were not supported for any site that would not allow a dot in the user name.
5 years ago
Siddharth Dushantha 7a55917138
Merge pull request #1 from shijuleon/master
5 years ago
shijuleon 69480d82fb Removed banner from help
5 years ago
Shiju Leon 58dff89e5e
Merge branch 'master' into master
5 years ago
Master b59dc55631 cleanup, fixed handling connection error exception
5 years ago
Siddharth Dushantha 930ffd19db
fixed styling on the ascii art
5 years ago
Siddharth Dushantha baa955e07a
Merge pull request #7 from 0xflotus/patch-1
5 years ago
Siddharth Dushantha 52d1c09c21
Merge pull request #8 from ronaldseoh/enforce-encoding
5 years ago
Siddharth Dushantha 7b21bf1a99
Merge pull request #11 from hoadlck/hoadlck-houzz-duplicate
5 years ago
Siddharth Dushantha 41a44be6cd fixed issue #9
5 years ago
shijuleon ff2f42cc38 Better error printing. Debug mode
5 years ago
shijuleon 7f65018746 Add argparse. Styling in error messages
5 years ago
Siddharth Dushantha ad23efc785 fixed #2, added new method for response_url and gitignore
5 years ago
0xflotus 54fb16243d
fixed username
5 years ago
Ronald Seoh 9c12834217 enforce utf-8 encoding when we open data.json
5 years ago
Simeon Visser 10582b629e Ensure raw file is automatically closed
5 years ago
Tejasvi Nareddy c4c31530ff Remove requests from requirements
5 years ago