Commit graph

598 commits

Author SHA1 Message Date
satznova
fa4478416b Merge branch 'master' of https://github.com/sherlock-project/sherlock into site-hackerrank 2019-07-14 13:36:39 +05:30
Christopher K. Hoadley
5731a7bafc Update site list and ranking. Update version. 2019-07-14 02:53:58 -05:00
satznova
2bd9fa1622 added the new site at end of data.json 2019-07-14 13:10:01 +05:30
Kang
d384113cf5 Add LeetCode 2019-07-14 17:09:59 +10:00
satznova
5b15e5896f added support for HackerRank 2019-07-14 12:00:01 +05:30
Christopher K. Hoadley
bded12d993 Merge remote-tracking branch 'origin/master' 2019-07-13 17:06:33 -05:00
Christopher K. Hoadley
795bcc43f4 Merge branch 'pr/n234_cclauss' 2019-07-13 17:05:33 -05:00
Yahya SayadArbabi
33d0e07537
Merge pull request #237 from marasiali/update-list
Add virgool.io
2019-07-13 22:16:16 +04:30
Ali Marasizadeh
821351fac8 Add virgool.io 2019-07-13 21:29:32 +04:30
Christopher K. Hoadley
e2f42672ad Merge branch 'pr/n227_sp1rs' 2019-07-13 09:57:46 -05:00
Christopher K. Hoadley
e45e0d0c18 Merge branch 'pr/n225_sp1rs'. Update site list and readme.
# Conflicts:
#	sites.md
2019-07-13 09:56:41 -05:00
Christopher Kent Hoadley
bc54f2cf44
Merge pull request #233 from tdh8316/master
Update claimed username for BitBucket.
2019-07-13 09:39:21 -05:00
Christopher K. Hoadley
e9d7a45ca0 Update site list and ranking. Update version. 2019-07-13 09:32:35 -05:00
Christopher K. Hoadley
d2347b040c Convert "OK" site to use more reliable HTTP Status Code Detection. 2019-07-13 09:29:11 -05:00
Christopher K. Hoadley
6c6faff416 Fix regular expression check for "OK". The regex had a bad format: not sure how it could have worked for anyone. 2019-07-13 09:18:51 -05:00
Christopher K. Hoadley
9621019c77 Merge branch 'pr/n228_4slan' 2019-07-13 09:12:52 -05:00
Christopher K. Hoadley
58a29e8de8 Merge branch 'pr/n214_Chris-Johnston' 2019-07-13 09:12:39 -05:00
cclauss
f600fe6805
unittest || true 2019-07-13 12:24:17 +02:00
cclauss
59bc91b08f
Travis CI: Add more flake8 tests
On the flake8 test selection, this PR does _not_ focus on "_style violations_" (the majority of flake8 error codes that [__python/black__](https://github.com/python/black) can autocorrect).  Instead these tests are focus on runtime safety and correctness:
* E9 tests are about Python syntax errors usually raised because flake8 can not build an Abstract Syntax Tree (AST).  Often these issues are a sign of unused code or code that has not been ported to Python 3.  These would be compile-time errors in a compiled language but in a dynamic language like Python they result in the script halting/crashing on the user.
* F63 tests are usually about the confusion between identity and equality in Python.  Use ==/!= to compare str, bytes, and int literals is the classic case.  These are areas where __a == b__ is True but __a is b__ is False (or vice versa).
* F7 tests logic errors and syntax errors in type hints
* F82 tests are almost always _undefined names_ which are usually a sign of a typo, missing imports, or code that has not been ported to Python 3.  These also would be compile-time errors in a compiled language but in Python a __NameError__ is raised which will halt/crash the script on the user.
2019-07-13 10:06:28 +02:00
Donghyeok Tak
92b1b7dc8f
Update claimed username for BitBucket.
- username_claimed 'blue' for BitBucket no longer works
2019-07-13 15:56:32 +09:00
Christopher Kent Hoadley
59e9952a9a
Add note about adult sites. 2019-07-12 05:52:17 -05:00
Aslan MALSAGOV
34124f33c2
OK added 2019-07-12 01:33:31 +02:00
Aslan MALSAGOV
7ac7a000f6
Add support for OK
Add support for OK
2019-07-12 01:30:44 +02:00
sp1rs
c2cd7efe13 Readme cleanup and added more example. 2019-07-12 00:56:57 +05:30
sp1rs
3a8ceaa368 Added codechef in user search. 2019-07-12 00:25:03 +05:30
Chris Johnston
f0588a5545
Merge branch 'master' into feature/mixer-support 2019-07-10 23:25:03 -07:00
Chris Johnston
7e641a7893 use urlProbe attribute for mixer service 2019-07-10 23:23:57 -07:00
Christopher Kent Hoadley
b94c2b19dc
Add Note About Adult Sites
The data.json file is easy to add to, so users will be able to maintain their own forks. This is not ideal. Maybe there could be another repo with an adult data.json? That would avoid forks getting out of date.
2019-07-10 23:34:21 -05:00
Christopher K. Hoadley
485676fc36 Update site list and ranking. Update version. 2019-07-10 23:05:18 -05:00
Christopher K. Hoadley
d584b8ea6c Merge branch 'pr/n217_Chris-Johnston'
# Conflicts:
#	data.json
2019-07-10 22:59:54 -05:00
Christopher K. Hoadley
d7ba3a2202 Merge branch 'pr/n216_Chris-Johnston'
# Conflicts:
#	data.json
2019-07-10 22:58:27 -05:00
Christopher K. Hoadley
cff363c8f8 Merge branch 'pr/n215_Chris-Johnston' 2019-07-10 22:56:29 -05:00
Chris Johnston
1384eb60f2 Add support for Pokemon Showdown online game 2019-07-09 21:20:33 -07:00
Chris Johnston
8aa4657c2b add gfycat support 2019-07-09 21:12:21 -07:00
Chris Johnston
5fb614671f Add support for BoingBoing
Adds support for the BoingBoing comments system
2019-07-09 21:06:19 -07:00
Chris Johnston
6bbef7c66a use api url for status code 2019-07-09 20:56:45 -07:00
Chris Johnston
7c33ce55d7 Add support for Mixer streaming service 2019-07-09 20:42:11 -07:00
Christopher K. Hoadley
b147013e00 Use more reliable HTTP Status Code detection method for site osu!. 2019-07-09 20:42:51 -05:00
YaYPIXXO
8877a3ce49
Add support for osu! 2019-07-10 03:15:56 +02:00
Christopher K. Hoadley
3276e97327 Update site information. Fix ResearchGate test username for unclaimed. The old value did not pass the regular expression check. 2019-06-25 23:34:41 -05:00
Christopher K. Hoadley
645913d79d Merge branch 'pr/n210_marcolardera' 2019-06-25 23:19:33 -05:00
marcolardera
c953c1c95a
Update data.json
I have added ResearchGate, a very popular social network for academics.
2019-06-25 21:58:01 +02:00
TheLastZombie
7ce85fd958
Update data.json 2019-06-25 14:14:29 +00:00
Christopher Kent Hoadley
068464b9e3
Merge pull request #208 from sherlock-project/hoadlck-site-list-update2
Fix Broken Sites
2019-06-08 09:29:12 -05:00
Christopher K. Hoadley
7f2d3520d2 Update site list and ranking. Update version. 2019-06-08 09:26:26 -05:00
Christopher K. Hoadley
2a4915193e Convert Reddit to use more reliable HTTP Status detection method. The site gives a clean 404 error. 2019-06-08 09:23:39 -05:00
Christopher K. Hoadley
40e6399492 Wikia has been renamed to Fandom. The old http://www.wikia.com/ site redirects to https://www.fandom.com/, so the detecton was not working. 2019-06-08 09:21:38 -05:00
Christopher K. Hoadley
81da16294e Convert Flipboard to use more reliable HTTP Status detection method. The site gives a clean 404 error. They changed their site response, so we were getting false positives. 2019-06-08 09:20:04 -05:00
Christopher K. Hoadley
63fae2902e Update site list and ranking. Update version. 2019-05-28 07:27:35 -05:00
Christopher K. Hoadley
bd70be289b Change method used to get site ranking. Not only has alexa.com changed the format of their web site, they also seem to have gotten even more picky about people scraping it. So, use their API to query the site data.
Not sure why the API was not used earlier.  It is much more efficient as much less data is passed.  And, it is less likely to have its format changed randomly.  It did flake out on some sites one time I used it.  But, then it worked reliably next.  I am not going to do many requests, as it probably has some query rate limit.
2019-05-28 07:26:30 -05:00