Advertisement
irokemr

python

Jan 26th, 2021
1,172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.31 KB | None | 0 0
  1. import requests
  2. import os
  3. from colorama import Back, Fore, init
  4.  
  5. init()
  6.  
  7.  
  8. response = requests.get(f'https://www.habbo.es/api/public/users?name=.iroke.')
  9.  
  10.  
  11.  
  12. HabboNombre = response.json()['online']
  13.  
  14. str = "false"
  15. print(str.replace("false","desconectado"))
  16.  
  17.  
  18.  
  19.  
  20.  
  21. print(Fore.YELLOW)
  22. os.system("pause")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement