A simple bot written on Python for the Steam 2018 summer sale.
- priority search for bosses and battle with them
- search for high-level zones on all planets;
- maximize experience;
- cross-platform;
- work without a browser;
- stable work (error handling and recovery);
- multi-account support with threading;
- getting a list of active planets;
- specifying for output of Steam API response;
python SalienSnake.py [--token <token>] [--file <filename with extension>] [--language <language>] [--list-planets] [--debug]
- Modes:
- -t, --token (single account mode) - Token value from https://steamcommunity.com/saliengame/gettoken
- -f, --file (multi-account mode) - File with tokens (one per line)
- -l, --list-planets - Print list with planet names and IDs
- --language (default: english) - Language (english, russian, etc.)
- -d, --debug (default: False) - Enable debug mode
python SalienSnake.py --token nizqvw1sd9d4gf2nwecrg5n26e1zl80l
python SalienSnake.py --token h0s07sgjfhzhe19fxri1cf9fofm8ubqv --list-planets
Example of file with tokens:
nizqvw1sd9d4gf2nwecrg5n26e1zl80l
6ibdq3baf21w1xca1x5gtgx2iwez6mn1
h0s07sgjfhzhe19fxri1cf9fofm8ubqv
Example use:
python SalienSnake.py --file tokens.txt
python SalienSnake.py --file tokens.txt --language russian
- Download Python
- How to Install Python on Windows
- How to install requests module in Python 3
- How to Run a Python Script via a File
- Post on reddit
- Setup guide by lappro
GNU General Public License v3.0