Commit Graph

156 Commits (75d60ce28beb563e18db780a0e794f2318fcb622)

Author SHA1 Message Date
Yahya SayadArbabi 75d60ce28b Bump version
5 years ago
Christopher K. Hoadley 76b6a579bb Update site list and ranking. Update version.
5 years ago
Siddharth Dushantha b1b561981a
removed the unnecessary banner
5 years ago
Siddharth Dushantha 723ca405e5
Merge pull request #226 from sp1rs/invalid-url-on-print-found-flag
5 years ago
Christopher K. Hoadley 8bb9386aca Update version.
5 years ago
Christopher K. Hoadley 77d62bca10 Fix Error When csv Is Written When Username Is Illegal For A Site
5 years ago
Christopher K. Hoadley cc163ce0ef Update site list and ranking. Update version.
5 years ago
Christopher K. Hoadley 5731a7bafc Update site list and ranking. Update version.
5 years ago
Christopher K. Hoadley e45e0d0c18 Merge branch 'pr/n225_sp1rs'. Update site list and readme.
5 years ago
Christopher K. Hoadley e9d7a45ca0 Update site list and ranking. Update version.
5 years ago
sp1rs ed08f979f0 Don't show invalid/error social site if --print-found flag is enabled.
5 years ago
Christopher K. Hoadley 485676fc36 Update site list and ranking. Update version.
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 7f2d3520d2 Update site list and ranking. Update version.
5 years ago
Christopher K. Hoadley 63fae2902e Update site list and ranking. Update version.
5 years ago
Christopher K. Hoadley f96febcd3a Update version information.
5 years ago
Christopher K. Hoadley 75c3a1622f Update version to document the great f-string renaissance of 2019. :)
5 years ago
Christopher K. Hoadley 3b6cb1d4d9 Try to back out "Fix stray f's that break on Linux" #198. The user was getting a syntax error from the format strings (probably from using an old version of Python). But, blindly removing the f-strings broke the actual functionality.
5 years ago
snehankekre 92d39f855a Fix stray f's that break on Linux
5 years ago
Christopher K. Hoadley a8f1891028 Update list of supported sites and ranking. Update version number.
6 years ago
Christopher K. Hoadley ed08886982 Update rank and version information.
6 years ago
Christopher K. Hoadley 66f19f8c7b Update ranking results. Update version information.
6 years ago
Christopher K. Hoadley 76578d83a7 Add "urlProbe" to data area. While the results for YouNow work after putting the API URL in the "url" area, the printed results do not display properly. So, I needed to introduce the concept of a probe URL separate from the actual user URL.
6 years ago
Yahya SayadArbabi 55b1fa5c44 bump version
6 years ago
Yahya SayadArbabi 34e72a0622 Resolve conflicts
6 years ago
Yahya SayadArbabi ed3dddde65 bump version
6 years ago
Yahya SayadArbabi 6c5656a84b bump version
6 years ago
Jen-Chieh 972d7dceea Org code for removing all the purpose print functions.
6 years ago
cclauss 47fac5943f
Use compound if statement rather than "if and"
6 years ago
Yahya SayadArbabi bbc056cd1d Bump version
6 years ago
Tait Hoyem 74eefe02ca Rename option to --print-found
6 years ago
Tait Hoyem 2750538e2e Add option to not show 'Not Found!' messages.
6 years ago
Christopher K. Hoadley 0f8e734d78 Bump version.
6 years ago
Christopher K. Hoadley 4fa8de4758 Update version.
6 years ago
Yahya SayadArbabi a27c0a855e bump version
6 years ago
Christopher K. Hoadley ea90e7fa95 Bump version and add link to Wiki on procedure to add new sites.
6 years ago
Yahya SayadArbabi 8a87513a0d bump version
6 years ago
Yahya SayadArbabi 800431b424 bump version
6 years ago
Christopher K. Hoadley 7fb6d26cc7 Previous code was failing the flake8 tests because the random module was not imported.
6 years ago
Yahya SayadArbabi f69be05803 Rebase & bump version
6 years ago
BlucyBlue 465f4c85c3 Typo in printout when reading proxies from file.
6 years ago
BlucyBlue 9f523365f7 Finally importing load_proxies module.
6 years ago
BlucyBlue 8587d1a835 If the ProxyError gets raised in the 'get_response' function, the request will be tried with another proxy selected from the 'proxy_list' global var. New parameter 'retry_no' is the number of retries that will be made before throwing a final ProxyError.
6 years ago
BlucyBlue 6bf8358342 Set new parameter 'retry_no' of the 'get_response' function to 3 (can be changed). This will be used if retrying a ProxyError.
6 years ago
BlucyBlue 855f154d9b If the 'proxy_list' we select a random member and pass it as the proxy to the session. If the list is empty, the proxy parameter will be set to arg.proxy, which defaults to None if the user did not pass an individual proxy as well.
6 years ago
BlucyBlue 2accdcafea If the user selected --check_proxies option along with --proxy_list option, proxies loaded from the .csv file are checked using the check_proxies function from the load_proxies module. Proxies which pass the test are stored in the proxy_list global var.
6 years ago
BlucyBlue 6cc4e22898 If the user selected --proxy_list option, we attempt to read proxies from the csv, and store the list in global var proxy_list.
6 years ago
BlucyBlue bd683022b3 Exception is raised if both a single proxy and the proxy_list are used. As needed, this can be changed to merging the single proxy with the proxy list, but seems a bit unnecessary at this time.
6 years ago
BlucyBlue dc32d473e0 Exception will now be raised if etiher a single proxy or proxy_list options are used along with Tor.
6 years ago
BlucyBlue c5e06b068e Added two new arguments, '--proxy_list'/'-pl' and '--check_proxies'/'-cp', for users to activate options of reading proxies from a document (at this time, only .csv is supported), and check their anonimity before using them.
6 years ago