Skip to content

billfreeman44/steamy-jungle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steamy-jungle

Convert list of steam URL links to steamid64

setup - windows

  1. Go to https://github.com/smiley/steamapi and install as instructed in the "How do I use this?" section.
  2. Go to https://steamcommunity.com/dev/apikey and make a Steam dev API key.
  3. Create a file called ".env" in this folder .
  4. On the first line of that folder put export STEAM_DEV_API_KEY=[YOUR API KEY HERE] and save it.
  5. 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.
  6. Make sure the .env file has a new line at the end of it.
  7. Open command prompt (or however you use pip) and do a pip install python-dotenv.
  8. 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)

About

Convert list of steam URL links to steamid64

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages