Merge pull request #1 from aggiebill/patch-1

Patch 1
pull/32/head
Aggie Bill 6 years ago committed by GitHub
commit 44aeef8f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.gitignore vendored

@ -1,3 +1,7 @@
# Jupyter Notebook
.ipynb_checkpoints
*.ipynb
# Output files, except requirements.txt
*.txt
!requirements.txt

@ -1,5 +1,5 @@
# Sherlock
> Find usernames across over 75 social networks
> Find usernames across social networks
<p align="center">
<img src="preview.png">

@ -360,5 +360,19 @@
"MyAnimeList": {
"url": "https://myanimelist.net/profile/{}",
"errorType": "status_code"
},
"ImageShack": {
"url": "https://imageshack.us/user/{}",
"errorType": "response_url",
"errorUrl": "https://imageshack.us/"
},
"Badoo": {
"url": "https://badoo.com/profile/{}",
"errorType": "status_code"
},
"MeetMe": {
"url": "https://www.meetme.com/{}",
"errorType": "response_url",
"errorUrl": "https://www.meetme.com/"
}
}

Loading…
Cancel
Save