irokemr

Steam ID 64 python

Jun 5th, 2021 (edited)
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.29 KB | None | 0 0
  1. import requests
  2. import json
  3. import os
  4.  
  5.  
  6. SteamID64 = input("Url de steam: ")
  7.  
  8. url = requests.get(f"https://jose89fcb.webcindario.com/a/steamID64.php?url={SteamID64}")
  9. SteamID64 = json.loads(url.text)
  10.  
  11.  
  12. Steam = url.json()['SteamID64']
  13.  
  14.  
  15. print(f'Steam ID 64: {Steam}')
  16. os.system("pause")
  17.  
Add Comment
Please, Sign In to add comment