31 Commits (master)

Author SHA1 Message Date
Siddharth Dushantha 5abd75893c
Merge pull request #2106 from ppfeister/bugfix/skip-filter-2103
1 week ago
Paul Pfeister 87c5b4d8f3 Swap try-catch for better .pop
1 week ago
Paul Pfeister 78d255ee56 Fix parser regression
1 week ago
Paul Pfeister d85c07384f pr action doesn't appreciate explicit type notation apparently
1 week ago
Paul Pfeister 25e0acd98e Skip content filter for explicitly chosen targets
1 week ago
Paul Pfeister 198798d28b Add basic schema
2 weeks ago
Siddharth Dushantha 87c3e8e091 fixed tests
1 year ago
denavdot 4cfda3926d added missing positional argument in `sites.py`
1 year ago
Dena cdfc8fdbfb
Merge branch 'master' into master
1 year ago
DenavDot aca2629475 Remove fixed value of "username unclaimed" #1628
1 year ago
Antoine Bedaton f6526e3ce0 Added missing parameter in documentation
2 years ago
Sawan Mehta 6554e25fe3 updated changes as per PR comments.
2 years ago
Sawan Mehta ce4efb564d Excluded NSFW sites by default.
2 years ago
Yahya SayadArbabi c309032168 generate sites.md
2 years ago
Osama AL-zabidi 13bd0afc7a Update sites.py
2 years ago
Moritz 9c322c314a
Merge branch 'master' into #1283-conflicts-resolved
2 years ago
benni347 cd26a0df41
Merge branch 'master' into master
2 years ago
MoMMde 90154b2d22
small bug fixes i did
2 years ago
MoMMde 68e547b5da
more refactoring done
2 years ago
aristotelis gkithkopoulos 780395c030 Small output changes
2 years ago
benni347 f4673cc13c Refractored sites.py, sherlock.py and notify.py.
2 years ago
Osama AL-zabidi 5f731a7dec
Update sites.py
3 years ago
Jithin Renji a02ea2d7db Consistent comment style
4 years ago
Siddharth Dushantha 6bc8c38635 Print found only by default
4 years ago
Siddharth Dushantha cc8192f45c removed option to present websites ordered by their Alexa.com global rank in popularity
4 years ago
Siddharth Dushantha 73989aaf5f Sherlock will from now on not use the local data.json
4 years ago
탁동혁 cdfb97f6e6 Use `is` operator when comparing singletons.
4 years ago
Danny Sepler 3fa85c1576 Clean out unused imports
4 years ago
Christopher K. Hoadley 2c9fb4f295 Change SitesInformation() to use a generator when iterating thru the sites. This avoids the problem of the state (i.e. self.__iteration_index) getting corrupted if any of the methods of a given object needed to iterate for their own purposes while a caller was already iterating thru the same object. The code is also much simpler to follow.
4 years ago
Christopher K. Hoadley f29cab49e4 Add popularity rank to Site Information object. Add method to retrieve list of names of the sites (sorted by alphabetical or popularity rank).
4 years ago
Christopher K. Hoadley 7f87f5fcc4 Add module to store information about the sites. This handles getting the information loaded from the JSON file. For now, use the new SitesInformation() object to calculate the original JSON dictionary: the rest of the code will be updated in the future.
4 years ago