Convert list of steam URL links to steamid64
- Go to https://github.com/smiley/steamapi and install as instructed in the "How do I use this?" section.
- Go to https://steamcommunity.com/dev/apikey and make a Steam dev API key.
- Create a file called ".env" in this folder .
- On the first line of that folder put
export STEAM_DEV_API_KEY=[YOUR API KEY HERE]
and save it. - Optionally set a time between steam calls (do not go below 1 second) by adding a line with
export SLEEP_BETWEEN_STEAM_CALLS=1.5
(or whatever time you want) in that file. - Make sure the
.env
file has a new line at the end of it. - Open command prompt (or however you use pip) and do a
pip install python-dotenv
. - Run the program with
python .\main.py
in a powershell in this folder.
The outputs are a CSV called steam_ids_output.csv
with the columns URL (the original url) and steamid64 (the corresponding steamid64)