Kang
b09e3e1d4d
Fix Pinterest
5 years ago
satznova
fa4478416b
Merge branch 'master' of https://github.com/sherlock-project/sherlock into site-hackerrank
5 years ago
Christopher K. Hoadley
5731a7bafc
Update site list and ranking. Update version.
5 years ago
satznova
2bd9fa1622
added the new site at end of data.json
5 years ago
Kang
d384113cf5
Add LeetCode
5 years ago
satznova
5b15e5896f
added support for HackerRank
5 years ago
Christopher K. Hoadley
bded12d993
Merge remote-tracking branch 'origin/master'
5 years ago
Christopher K. Hoadley
795bcc43f4
Merge branch 'pr/n234_cclauss'
5 years ago
Fabio Kruger
810bb5ea36
ISSUE-238 Improved build steps in Dockerfile to allow caching and improved docker instructions
5 years ago
Yahya SayadArbabi
33d0e07537
Merge pull request #237 from marasiali/update-list
...
Add virgool.io
5 years ago
Ali Marasizadeh
821351fac8
Add virgool.io
5 years ago
Christopher K. Hoadley
e2f42672ad
Merge branch 'pr/n227_sp1rs'
5 years ago
Christopher K. Hoadley
e45e0d0c18
Merge branch 'pr/n225_sp1rs'. Update site list and readme.
...
# Conflicts:
# sites.md
5 years ago
Christopher Kent Hoadley
bc54f2cf44
Merge pull request #233 from tdh8316/master
...
Update claimed username for BitBucket.
5 years ago
Christopher K. Hoadley
e9d7a45ca0
Update site list and ranking. Update version.
5 years ago
Christopher K. Hoadley
d2347b040c
Convert "OK" site to use more reliable HTTP Status Code Detection.
5 years ago
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.
5 years ago
Christopher K. Hoadley
9621019c77
Merge branch 'pr/n228_4slan'
5 years ago
Christopher K. Hoadley
58a29e8de8
Merge branch 'pr/n214_Chris-Johnston'
5 years ago
cclauss
f600fe6805
unittest || true
5 years ago
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.
5 years ago
Donghyeok Tak
92b1b7dc8f
Update claimed username for BitBucket.
...
- username_claimed 'blue' for BitBucket no longer works
5 years ago
iAmDash83
5d3c10c641
Update data.json
5 years ago
Christopher Kent Hoadley
59e9952a9a
Add note about adult sites.
5 years ago
Aslan MALSAGOV
34124f33c2
OK added
5 years ago
Aslan MALSAGOV
7ac7a000f6
Add support for OK
...
Add support for OK
5 years ago
sp1rs
c2cd7efe13
Readme cleanup and added more example.
5 years ago
sp1rs
ed08f979f0
Don't show invalid/error social site if --print-found flag is enabled.
5 years ago
sp1rs
3a8ceaa368
Added codechef in user search.
5 years ago
Chris Johnston
f0588a5545
Merge branch 'master' into feature/mixer-support
5 years ago
Chris Johnston
7e641a7893
use urlProbe attribute for mixer service
5 years ago
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.
5 years ago
Christopher K. Hoadley
485676fc36
Update site list and ranking. Update version.
5 years ago
Christopher K. Hoadley
d584b8ea6c
Merge branch 'pr/n217_Chris-Johnston'
...
# Conflicts:
# data.json
5 years ago
Christopher K. Hoadley
d7ba3a2202
Merge branch 'pr/n216_Chris-Johnston'
...
# Conflicts:
# data.json
5 years ago
Christopher K. Hoadley
cff363c8f8
Merge branch 'pr/n215_Chris-Johnston'
5 years ago
Chris Johnston
1384eb60f2
Add support for Pokemon Showdown online game
5 years ago
Chris Johnston
8aa4657c2b
add gfycat support
5 years ago
Chris Johnston
5fb614671f
Add support for BoingBoing
...
Adds support for the BoingBoing comments system
5 years ago
Chris Johnston
6bbef7c66a
use api url for status code
5 years ago
Chris Johnston
7c33ce55d7
Add support for Mixer streaming service
5 years ago
Christopher K. Hoadley
b147013e00
Use more reliable HTTP Status Code detection method for site osu!.
5 years ago
YaYPIXXO
8877a3ce49
Add support for osu!
5 years ago
Christopher K. Hoadley
3276e97327
Update site information. Fix ResearchGate test username for unclaimed. The old value did not pass the regular expression check.
5 years ago
Christopher K. Hoadley
645913d79d
Merge branch 'pr/n210_marcolardera'
5 years ago
marcolardera
c953c1c95a
Update data.json
...
I have added ResearchGate, a very popular social network for academics.
5 years ago
TheLastZombie
7ce85fd958
Update data.json
5 years ago
Christopher Kent Hoadley
068464b9e3
Merge pull request #208 from sherlock-project/hoadlck-site-list-update2
...
Fix Broken Sites
5 years ago
Christopher K. Hoadley
7f2d3520d2
Update site list and ranking. Update version.
5 years ago
Christopher K. Hoadley
2a4915193e
Convert Reddit to use more reliable HTTP Status detection method. The site gives a clean 404 error.
5 years ago