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
Ivan Achlaqullah
304c15c654
Add kaggle and change error type
6 years ago
Ivan Achlaqullah
735c331833
change tradingview error msg
6 years ago
Ivan Achlaqullah
97edd41339
Add TradingView
6 years ago
David Jenne
361b471a49
Added Asciinema demo
6 years ago
Czechball
8072d79d13
Added asciinema demo
6 years ago
Tejasvi (Teju) Nareddy
d0ecb70d84
Merge pull request #109 from nareddyt/response-time-metrics
...
Response time metrics
6 years ago
Yahya SayadArbabi
2dd5a5e145
Merge branch 'added_Telegram'
6 years ago
Yahya SayadArbabi
5ed2c9a740
bump version
6 years ago
Tejasvi Nareddy
038d531483
doc: response time
...
- Document new feature for response times
- Refactor
6 years ago
Master
bd65d00044
added Telegram (search by @nickname)
6 years ago
Tejasvi Nareddy
4c3967fd6d
feat: expose response times
...
- Add hook to FuturesSession to calculate absolute response time (ms)
- In verbose mode, display response times for each request
- Always outputs response times to CSV
6 years ago