Steam ID Checker, simply input the IDs you would like checked into the "ids.txt" file and run the script.
- A Steam API Key (Requires an 'unlimited' steam account. Get yours here)
- Replace value of API Key by changing first argument of function called at end of main.py. The script adheres to The Steam API's TOS.
- Currently, I prefer to write to the txt file in append mode. This way, unclaimed IDs are added to the bottom of the list rather than overwriting.
- The Steam API occasionally returns a "502 Bad Gateway" and crashes the script. I will be updating the script at some point to fix. Relauching the script is the current workaround.
- If you have multiple 'unlimited' Steam accounts. It is possible to run multiple instances of the script with different API keys.