removed Telegram

Telegram returns false positives
pull/576/head
Siddharth Dushantha 4 years ago
parent 4cde0843e9
commit 0e77b7977b

@ -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,

@ -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"
}
}

@ -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"
´´´

Loading…
Cancel
Save