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.
- Install the latest version of Python from here
- Use the
pip
command to install the requirements
pip install requests
pip install pycryptodomex
- Make a new file called
ids.txt
and put the vanity URLs you want to target. Maximum of 100. - Put your Steam username and password in
user.json
, alongside your API key from here - 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.