Christopher K. Hoadley
bb66d6a992
Update Pinterest and WordPress user URLs to exactly match what the site ends up with. If the request does not have the trailing "/", then the site will forward us to that URL.
6 years ago
Christopher K. Hoadley
ae657460c8
Add coverage tests for all sites that use the response URL detection method. This test fails because Sherlock does not handle all of these sites properly.
6 years ago
Yahya SayadArbabi
fba27cd709
Merge pull request #134 from Czechball/master
...
Added asciinema demo
6 years ago
Czechball
6441005784
Merge https://github.com/TheYahya/sherlock
6 years ago
cclauss
0b3c5f2ba0
Fix the top of the deerstalker
...
https://en.m.wikipedia.org/wiki/Deerstalker
6 years ago
cclauss
a380e48057
Make BANNER an r'string' and move it up front
...
Sherlock has a cool logo so this PR moves it to the top of sherlock.py to show it off when potential contributors read our source. It also makes a BANNER an __r'string'__ so we do not need backslashes to escape characters and the ascii art is more what-you-see-is-what-you-get. This also suppresses [a bunch of flake8 complaints](https://travis-ci.com/TheYahya/sherlock/jobs/172028552#L490-L503 ) about _invalid escape sequences_. Finally this PR runs isort on the imports for readability. Standard Lib imports come first, etc.
6 years ago
Christopher Kent Hoadley
cb715a6447
Add Travis CI Status Image
6 years ago
Christopher Kent Hoadley
560f7991d0
Merge pull request #130 from cclauss/patch-5
...
Use Travis Continuous Integration to test all code changes
6 years ago
cclauss
b584a45966
Test files names do not comply with pytest discovery
6 years ago
cclauss
290e5efefc
Also try running the unittests with pytest
6 years ago
cclauss
11d262eee0
Add the new unittests to the Travis CI runs.
...
Add @hoadlck unittests.
6 years ago
cclauss
32693682e6
Use Travis Continuous Integration to run flake8 on all code changes
...
https://github.com/marketplace/category/continuous-integration
To start the automated testing of all pull requests, log into https://travis-ci.com/TheYahya using GitHub credentials and turn the repo switch ___on___.
Other tests can be added to the __script:__ section.
6 years ago
Christopher Kent Hoadley
ec8e32ed9a
Merge pull request #127 from TheYahya/hoadlck-tests-take2
...
Add Basic Testing Infrastructure
6 years ago
Christopher K. Hoadley
4c6bb61483
Update version number. This version does have basic tests.
6 years ago
Christopher K. Hoadley
f6860510ea
Add basic test infrastructure using unittest. Add tests to verify the 3 mechanisms of determining that a username is *not* supported on a given site.
...
Created SherlockBaseTest() class that provides infrastructure for the tests.
TODO: It seems that devRant is not detecting users that certainly exist.
TODO: While running tests, there is a ResourceWarning from an unclosed SSLSocket. This needs work.
6 years ago
Christopher Kent Hoadley
7c196a0d7a
Merge pull request #126 from TheYahya/hoadlck-close-file
...
Explicitly Close Result Text File
6 years ago
Christopher K. Hoadley
ee4cd8e14b
While running tests, I was getting a ResourceWarning about an unclosed file. The result file was not being closed, so it was a valid warning. Close the file to avoid this warning.
6 years ago
Yahya SayadArbabi
cc7127c8fc
Merge brach 'jusdepatate/patch-1'
6 years ago
Yahya SayadArbabi
d4e29b1327
bump version
6 years ago
Yahya SayadArbabi
e92225aaa2
Update license
6 years ago
Yahya SayadArbabi
4951151f4a
Merge branch 'HA71/master'
6 years ago
Yahya SayadArbabi
26a4d71875
Update readme
6 years ago
Jus de Patate
7eeaabf17e
Update sites.md
6 years ago
HATI
d24387e30a
Update sites.md
6 years ago
HATI
82bd042960
Update README.md
6 years ago
Jus de Patate
78818559b5
Add Star Citizen and EVE Online
6 years ago
Yahya SayadArbabi
9460bfbeed
Merge pull request #121 from JakeConnors376W/master
...
Improve README
6 years ago
JakeConnors376W
d71ce73b3c
Merge pull request #1 from JakeConnors376W/JakeConnors376W-update-documentation
...
Update README.md
6 years ago
JakeConnors376W
2ce0e01afa
Update README.md
...
Make more concise
6 years ago
Yahya SayadArbabi
efd8867e5e
Merge pull request #119 from theodosisathanasakis/readmebranch
...
install python3 and python3-pip if not exist
6 years ago
theodosisathanasakis
2e0bface8a
install python3 and python3-pip if not exist
6 years ago
HATI
2bb8b4876c
Update data.json
6 years ago
HATI
df6c323e4a
Update sites.md
6 years ago
HATI
b82a692886
Update data.json
6 years ago
HATI
33a65c57e1
Update sites.md
6 years ago
Tejasvi (Teju) Nareddy
ccf3b62a87
Merge pull request #92 from theodosisathanasakis/script
...
Script now supports Debian/Ubuntu, Arch, Fedora, CentOS/RHEL and OpenSUSE based distos
6 years ago
Czechball
e41687bd9e
Merge https://github.com/Czechball/sherlock
6 years ago
Yahya SayadArbabi
49e2d8eb97
Merge branch 'Fixed_#99'
6 years ago
Yahya SayadArbabi
ff9e239928
bump version
6 years ago
Yahya SayadArbabi
c397a6ce54
Merge branch 'SebastianElvis/feature/socks'
6 years ago
SebastianElvis
29d89921d0
add proxy functionality
6 years ago
Master
a42b632228
changed message to prevent false positive in case of username 'error'
6 years ago
Master
93b9aa1476
fixed #99 : virustotal false positive
6 years ago
Yahya SayadArbabi
ed196b7466
bump version
6 years ago
Yahya SayadArbabi
1c5e07645e
Merge branch 'Made_parameter_for_site_name_not_case_sensitive'
6 years ago
Yahya SayadArbabi
b6f9696a39
Merge branch 'ivan-achlaqullah/add_site'
6 years ago
Yahya SayadArbabi
2247f556f2
bump version
6 years ago
Master
b245a6e5cc
fixed wrong condition place
6 years ago
Master
34a0db9cd8
implemented #115 : make parameter for site name not case sensitive
6 years ago
Ivan Achlaqullah
9568369d61
Add itch.io
6 years ago