6g7r

checker Tellonym

Apr 1st, 2021 (edited)
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. import requests
  2. import time
  3. from time import sleep
  4. print("""
  5.  
  6.  
  7. :'#######:::'######:::'########:'########::
  8. '##.... ##:'##... ##:: ##.. ##: ##.... ##:
  9. ##::::..:: ##:::..:::..:: ##::: ##:::: ##:
  10. ########:: ##::'####:::: ##:::: ########::
  11. ##.... ##: ##::: ##:::: ##::::: ##.. ##:::@6g7r_here
  12. ##:::: ##: ##::: ##:::: ##::::: ##::. ##::
  13. . #######::. ######::::: ##::::: ##:::. ##:
  14. :.......::::......::::::..::::::..:::::..::
  15.  
  16.  
  17.  
  18.  
  19.  
  20. """)
  21.  
  22. user = input("file user : ")
  23. ue = user
  24. file = open(ue).read().splitlines()
  25. for file in file:
  26. url_Ch = f"https://api.tellonym.me/accounts/check?username={file}&limit=13"
  27. headers_Ch = {
  28. 'Host': 'api.tellonym.me',
  29. 'Content-Type': 'application/json',
  30. 'Accept': 'application/json',
  31. 'Connection': 'keep-alive',
  32. 'tellonym-client': 'ios:2.65.0:488:14:iPhone13,3',
  33. 'User-Agent': 'Tellonym/488 CFNetwork/1206 Darwin/20.1.0',
  34. 'Accept-Language': 'en'
  35. }
  36. sleep(1.4)
  37. req = requests.get(url_Ch, headers=headers_Ch)
  38. if "USERNAME_ALREADY_IN_USE" in req.text:
  39. print("user Taken ! ",file)
  40. elif 'username":true' in req.text:
  41. print("User Available ! : ",file)
  42.  
  43. exit(print('DONE !!! >> : Follo me ! @6g7r_here'))
  44.  
Add Comment
Please, Sign In to add comment