removed TamTam

Because it return false positives when a username contains a period
This commit is contained in:
Siddharth Dushantha
2020-07-09 14:39:44 +02:00
parent 0c9287eec7
commit 4b60fca69b
3 changed files with 24 additions and 10 deletions
+9
View File
@@ -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"
}
}
+15 -1
View File
@@ -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"
},
```
-9
View File
@@ -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,