removed TamTam

Because it return false positives when a username contains a period
pull/669/head
Siddharth Dushantha 4 years ago
parent 0c9287eec7
commit 4b60fca69b

@ -387,6 +387,15 @@
"urlMain": "https://coderwall.com/",
"username_claimed": "jenny",
"username_unclaimed": "noonewouldeverusethis7"
},
"TamTam": {
"errorType": "response_url",
"errorUrl": "https://tamtam.chat/",
"rank": 87903,
"url": "https://tamtam.chat/{}",
"urlMain": "https://tamtam.chat/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
}

@ -616,7 +616,6 @@ As of 2020-04-02, boingboing.net requires a login to check if a user exits or no
```
## Telegram
As of 2020-04-02 Telegram always returns true even though an username is non-existant
´´´
@ -782,3 +781,18 @@ find it and because of this, the best thing we can do now is to remove it.
"username_unclaimed": "noonewouldeverusethis7"
}
```
## TamTam
As of 2020-07-06, TamTam returns false positives when given a username which contains a period
```
"TamTam": {
"errorType": "response_url",
"errorUrl": "https://tamtam.chat/",
"rank": 87903,
"url": "https://tamtam.chat/{}",
"urlMain": "https://tamtam.chat/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```

@ -1619,15 +1619,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"TamTam": {
"errorType": "response_url",
"errorUrl": "https://tamtam.chat/",
"rank": 87903,
"url": "https://tamtam.chat/{}",
"urlMain": "https://tamtam.chat/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Taringa": {
"errorType": "status_code",
"rank": 1092,

Loading…
Cancel
Save