Merge pull request #317 from sherlock-project/paypal_fix

Paypal Fix
pull/318/head
Christopher Kent Hoadley 5 years ago committed by GitHub
commit 476b014bdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,7 +68,7 @@ usage: sherlock.py [-h] [--version] [--verbose] [--rank]
[--print-found]
USERNAMES [USERNAMES ...]
Sherlock: Find Usernames Across Social Networks (Version 0.8.2)
Sherlock: Find Usernames Across Social Networks (Version 0.8.3)
positional arguments:
USERNAMES One or more usernames to check with social networks.

@ -913,8 +913,8 @@
"username_unclaimed": "noonewouldeverusethis7"
},
"PayPal": {
"errorMsg": "name=\"twitter:title\" content=\"Get your very own PayPal.Me link\"",
"errorType": "message",
"errorType": "response_url",
"errorUrl": "https://www.paypal.com/paypalme2/404",
"rank": 9041,
"url": "https://www.paypal.me/{}",
"urlMain": "https://www.paypal.me/",

@ -26,7 +26,7 @@ from torrequest import TorRequest
from load_proxies import load_proxies_from_csv, check_proxy_list
module_name = "Sherlock: Find Usernames Across Social Networks"
__version__ = "0.8.2"
__version__ = "0.8.3"
amount = 0

Loading…
Cancel
Save