Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 822 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 822 Bytes

SteamIDTurbo

Rapidly checks to see if a vanity URL is available. If it is, it claims it. Heavy work in progress. This is more a proof of concept, as it is very slow.

Installation

  1. Install the latest version of Python from here
  2. Use the pip command to install the requirements
pip install requests
pip install pycryptodomex

Usage

  1. Make a new file called ids.txt and put the vanity URLs you want to target. Maximum of 100.
  2. Put your Steam username and password in user.json, alongside your API key from here
  3. Open terminal in your program's directory, and type py app.py to start it.

S/o to /summer on Github for their source from a while ago. It helped a lot with the cryptographic portion of the login.