Skip to content

Commit

Permalink
Add support for PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
mehtaarn000 committed Sep 11, 2020
1 parent 413bdb2 commit df77122
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,13 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis"
},
"PyPi": {
"errorType": "status_code",
"url": "https://pypi.org/user/{}",
"urlMain": "https://pypi.org",
"username_claimed": "Blue",
"username_unclaimed": "noonewouldeverusethis"
},
"Quora": {
"errorType": "response_url",
"errorUrl": "https://www.quora.com/profile/{}",
Expand Down

0 comments on commit df77122

Please sign in to comment.