- A steam webscraper done using selenium and the msedge webdriver.
- It's purpose is to log into your steam account and change your steam profile name every hour automatically.
- It could also be used for other purposes but that would require you to alter the code in main.py.
- You can install Node.js here.
- Otherwise, you must change the powershell script into your OS's equivalent.
- If you prefer a different browser, you must alter the code in main.py for it to work).
- You can get the webdriver here.
4. You MUST have a Steam Authenticator Application installed on a Rooted Machine (Rooted = has a file explorer).
- You can get the steam desktop authenticator application here.
- I think that in other IDEs it might get more complicated
- The main script, it is the script that does the whole process of signing in to steam and changing your name.
- You will have to insert a lot of information in the signin function and outside of it, therefore you MUST edit it.
- A powershell script that is in charge of executing the index.js file inside the steam guard grabber folder
- A path for the index.js file's location MUST be given within it's code.
- Is located inside of the steam-guard-grabber folder
- Requires your steam username password and sharedsecrets which it gets through the config.json file
- Will Interact with steam and grab your steam authenticator code in order for main.py to log into your account.
- Is located inside of the steam-guard-grabber folder
- You MUST insert in there your steam account username, password and "shared secrets"
- You can get your "shared secrets" by installing a steam guard authenticator on your Desktop or on a Rooted Phone.
- then go into the maFiles folder and the .maFile file, in there you will find the "shared secrets" code.
- DO NOT ALTER IT'S NAME WITHOUT CHANGING IT IN THE CODE TOO (usages: main.py, index.js).
- DO NOT CHANGE IT'S CONTENTS DURING RUN TIME.
- it will always contain your steam authentication code which main.py needs to use in order to log into your account.
- DO NOT ALTER IT'S NAME WITHOUT CHANGING IT IN THE CODE TOO (usages: main.py).
- A file containing your own custom names for the random generator in main.py to pick from.
- YOU MUST SEPERATE EACH NAME WITH A ";" SIGN.
- I altered his index.js code a tad by making it also write the steam authenticator code into the steamauthcode.txt text file.
- You can find his untouched steam-guard-grabber project here.
- Usage for False purposes such as hacking.
- Usage for the purpose of profiting.
- Read his license which is located here.