Skip to content

Commit

Permalink
removed Telegram
Browse files Browse the repository at this point in the history
Telegram returns false positives
  • Loading branch information
sdushantha committed Apr 2, 2020
1 parent 4cde084 commit 0e77b79
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
9 changes: 0 additions & 9 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1712,15 +1712,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Telegram": {
"errorType": "response_url",
"errorUrl": "https://telegram.org",
"rank": 385,
"url": "https://t.me/{}",
"urlMain": "https://t.me/",
"username_claimed": "saman",
"username_unclaimed": "i_do_not_believe_this_account_exists_at_all"
},
"Tellonym.me": {
"errorType": "status_code",
"rank": 31869,
Expand Down
9 changes: 9 additions & 0 deletions data_bad_site.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,15 @@
"urlMain": "https://boingboing.net/",
"username_claimed": "admin",
"username_unclaimed": "noonewouldeverusethis7"
},
"Telegram": {
"errorType": "response_url",
"errorUrl": "https://telegram.org",
"rank": 385,
"url": "https://t.me/{}",
"urlMain": "https://t.me/",
"username_claimed": "saman",
"username_unclaimed": "i_do_not_believe_this_account_exists_at_all"
}
}

14 changes: 14 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,3 +489,17 @@ As of 2020-03-02, boingboing.net requires a login to check if a user exits or no
},
```

## Telegram

As of 2020-03-02 Telegram always returns true even though an username is non-existant

´´´
"Telegram": {
"errorType": "response_url",
"errorUrl": "https://telegram.org",
"rank": 385,
"url": "https://t.me/{}",
"urlMain": "https://t.me/",
"username_claimed": "saman",
"username_unclaimed": "i_do_not_believe_this_account_exists_at_all"
´´´

0 comments on commit 0e77b79

Please sign in to comment.