This is not a manager that organizes your accounts. This code only updates the Steam game bans of your account(s) in a Google Spreadsheet via the Steam API for you.
- Download this repository, either as
.zip
or viagit clone
- Install required modules with
pip install -r requirements.txt
- Open the Spreadsheet template and copy it
- Hit "File" in the top left
- Click on "Make a copy"
- Create Signed Credentials for use with the Google API
- Follow the first three steps from gspread's documentation
- Save the acquired
.json
ascredentials.json
into the repositorys root - Copy the example config to
config.ini
- Set u
64E2
p a cronjob for whatever is best for you.
- Every 30 minutes suits best in my opinion
If you have populated your spreadsheet with some accounts and execute the script (python accmgr.py
) you should see the Bans column update accordingly (given you have Game Banned accounts linked).
The Template is populated with some accounts as a "Demo".
RazeN for the idea and his template
Shoutout to the Cathook Team (Account Generator / Telegram Group)
WTFPL - What The F**k to Public License
Literally do as you please. I'd kindly ask you to include credits, if you make something inspired by this, but it's by no means obligatory.