lolimoska

Untitled

Oct 2nd, 2020
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. import requests
  2.  
  3. TOKEN = "DXjSotBugTXMIFnaywcTtA0G0APLvO5"
  4.  
  5. nick = "RWGing"
  6.  
  7. stats = requests.get('https://api.vimeworld.ru/user/5877737/stats?games=duels&token=' + TOKEN).json()
  8. a = stats
  9. stata = (((a['stats'])['DUELS'])['global'])
  10. print(stata['solo_games'])
  11.  
Add Comment
Please, Sign In to add comment