Irfaq Syed
efe03f09f2
Add PlayStore
5 years ago
Christopher Kent Hoadley
4e04e122a0
Notes About Tests And Site Update
...
Add some clarification.
5 years ago
Christopher K. Hoadley
fa9a99ba4c
Merge branch 'pr/n271_Soooda'
5 years ago
Christopher K. Hoadley
74e675764a
Update site list. Update version. Update help printout in readme.
5 years ago
Christopher K. Hoadley
0bff54058b
Fix claimed username for Filmogs.
5 years ago
Christopher K. Hoadley
3fdb85898f
Merge branch 'pr/n266_irazasyed'
5 years ago
Hilbert Kong
fc43b2d091
Update README.md
5 years ago
Siddharth Dushantha
e0f8286fd2
made the demo come before the installation
5 years ago
Siddharth Dushantha
85b19ba7c1
Merge pull request #265 from FlorianDietz/master
...
Adds a link to let github visitors test Sherlock from their browser
5 years ago
Christopher K. Hoadley
d78ded1128
Update site list and ranking. Update version.
5 years ago
Christopher K. Hoadley
2384848946
Fix claimed user name test for Archive.org.
5 years ago
KennethSweezy
32931949e9
🎨 Ran site_list.py
5 years ago
KennethSweezy
1e5e3594cc
✨ Add support for NPM
...
Claimed Username: kennethsweezy (My username)
Unclaimed Username: noonewould
5 years ago
KennethSweezy
0be76b48c2
✨ Add support for Scratch
...
Claimed Username: griffpatch
Unclaimed Username: noonewould
5 years ago
Irfaq Syed
7f51146fa3
Add Cent
5 years ago
KennethSweezy
9eca45b625
✨ Add support for Archive.org
...
Claimed Username: KennethSweezy (My username)
Unclaimed Username: noonewould
5 years ago
KennethSweezy
fa5ca2f29d
✨ Add support for NationStates Regions
...
Claimed Username: the_west_pacific
Unclaimed Username: noonewould
5 years ago
KennethSweezy
c1feadb099
✨ Add support for NationStates Nations
...
Claimed Username: the_holy_principality_of_saint_mark
Unclaimed Username: noonewould
5 years ago
KennethSweezy
023c3924fb
✨ Add support for Splits.io
...
Claimed Username: cambosteve
Unclaimed Username: noonewould
5 years ago
KennethSweezy
9b8bbb226b
✨ Add support for Speedrun.com
...
Claimed Username: 3Tau (My username)
Unclaimed Username: noonewould
5 years ago
Florian Dietz
3ac0c0bd16
Adds a link to the readme that allows people to test the library directly from the browser
5 years ago
Yahya SayadArbabi
01c5a2da23
Bump version
5 years ago
Yahya SayadArbabi
b58fa42c11
Merge pull request #259 from iamdash83/master
...
Update data.json to add Filmo.gs
5 years ago
Yahya SayadArbabi
75d60ce28b
Bump version
5 years ago
Yahya SayadArbabi
06150b0bb1
Merge branch 'irazasyed/patch-3'
5 years ago
Christopher K. Hoadley
76b6a579bb
Update site list and ranking. Update version.
5 years ago
Christopher K. Hoadley
eeac5618bc
Merge branch 'pr/n261_irazasyed'
5 years ago
Christopher Kent Hoadley
8125c9fc07
Merge pull request #263 from sherlock-project/fix_mixcloud_false_positove
...
Fix MixCloud false positive.
5 years ago
Christopher K. Hoadley
68e49b8961
Fix MixCloud false positive.
...
It appears that they have changed their website. Before, they rendered their "Page Not Found" error message in HTML. Now, they must be creating that text with javascript.
Lucky, they do have an unauthenticated API available. So, change the detection to use that.
5 years ago
Irfaq Syed
65bdda50be
Add Anobii
5 years ago
Siddharth Dushantha
b1b561981a
removed the unnecessary banner
5 years ago
Irfaq Syed
69cdd91d27
Add authorSTREAM
5 years ago
Siddharth Dushantha
32a3c35d51
updated the path to the gif
5 years ago
Siddharth Dushantha
559691a101
renamed screenshots to images
5 years ago
Siddharth Dushantha
12a1df7416
updated preview gif
5 years ago
Siddharth Dushantha
8fb6a76fc9
updated preview gif
5 years ago
Siddharth Dushantha
723ca405e5
Merge pull request #226 from sp1rs/invalid-url-on-print-found-flag
...
Don't show invalid/error social site if --print-found flag is enabled.
5 years ago
Christopher K. Hoadley
8bb9386aca
Update version.
5 years ago
Christopher Kent Hoadley
04613f291e
Merge pull request #254 from sherlock-project/csv_error_with_illegal_username_format
...
Fix Error When csv Is Written When Username Is Illegal For A Site
5 years ago
Christopher K. Hoadley
77d62bca10
Fix Error When csv Is Written When Username Is Illegal For A Site
...
This problem happens during the write to the CSV. There are various results that are gathered during the query for the existence of a given site, and they are always expected to exist in the results dictionary. However, if a given user name has an illegal format for a given site, then the query is not even attempted. Which leaves some keys in the dictionary undefined.
The solution is to define these keys even in the case where the username has an illegal format.
5 years ago
Christopher K. Hoadley
805e26dc1c
Merge branch 'pr/n249_cclauss'
5 years ago
Siddharth Dushantha
5a3d4ceef5
Merge pull request #251 from sprintal/master
...
Fix Virgool
5 years ago
cclauss
ed62361f91
Travis CI's default distro is now Xenial
...
https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment
5 years ago
Kang
afd5634678
Fix Virgool
5 years ago
cclauss
4c5f55b81c
fast_finish: true
5 years ago
cclauss
6960219db4
allow_failures: name: "Sherlock Site Coverage Tests"
5 years ago
cclauss
04ef663a6c
Travis CI: Add SherlockSiteCoverageTests as a parallel run
...
As suggested at https://github.com/sherlock-project/sherlock/issues/235#issuecomment-511245466
Should we remove the __|| true__ from the end of line 15 or line 24? Or leave them as is?
5 years ago
Christopher Kent Hoadley
6146a8040b
Merge pull request #248 from sherlock-project/tests_ci_update
...
Robustness Update For CI Tests (Part 1)
5 years ago
Christopher K. Hoadley
ea361fb156
Update Travis CI so that it only runs the tests.all.SherlockDetectTests. There are always failures in the coverage tests because one site or the other ends up having problems connecting.
...
While the CI tests will not do complete coverage, at least they will test something.
5 years ago
Christopher K. Hoadley
b4a9562806
Update tests.all.SherlockDetectTests so it will only run tests against the detection methods.
...
This was the original intent for this class, but there was no test to ensure that the sites listed did not have their detection method changed. Now, the test will fail if it does not really cover a given category.
5 years ago