/Account-Manager

Primary LanguagePythonDo What The F*ck You Want To Public LicenseWTFPL

Account Manager

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.

Setup

  1. Download this repository, either as .zip or via git clone
  2. Install required modules with pip install -r requirements.txt
  3. Open the Spreadsheet template and copy it
    • Hit "File" in the top left
    • Click on "Make a copy"
  4. Create Signed Credentials for use with the Google API
  5. Save the acquired .json as credentials.json into the repositorys root
  6. Copy the example config to config.ini
  7. Set up a cronjob for whatever is best for you.

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".

Screenshot(s)

An Example Overview

Credits

RazeN for the idea and his template

Shoutout to the Cathook Team (Account Generator / Telegram Group)

License

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.