Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

MarshalX/SalienSnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SalienSnake

A simple bot written on Python for the Steam 2018 summer sale.

Features:

  • 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;

Requirements

Usage

python SalienSnake.py [--token <token>] [--file <filename with extension>] [--language <language>] [--list-planets] [--debug]
  • Modes:
  • -l, --list-planets - Print list with planet names and IDs
  • --language (default: english) - Language (english, russian, etc.)
  • -d, --debug (default: False) - Enable debug mode

Examples

Single account example:

python SalienSnake.py --token nizqvw1sd9d4gf2nwecrg5n26e1zl80l
python SalienSnake.py --token h0s07sgjfhzhe19fxri1cf9fofm8ubqv --list-planets

Multi-account example

Example of file with tokens:

nizqvw1sd9d4gf2nwecrg5n26e1zl80l
6ibdq3baf21w1xca1x5gtgx2iwez6mn1
h0s07sgjfhzhe19fxri1cf9fofm8ubqv

Example use:

python SalienSnake.py --file tokens.txt
python SalienSnake.py --file tokens.txt --language russian

Screenshot

SalienSnake screenshot

Useful links:

License

GNU General Public License v3.0