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

MarshalX/SalienSnake

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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