Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathan78906/steam-salien-cheat
Simulates the playing of the 2018 Steam Summer Sale "Salien" game
https://github.com/nathan78906/steam-salien-cheat
game heroku python steam
Last synced: 2 months ago
JSON representation
Simulates the playing of the 2018 Steam Summer Sale "Salien" game
- Host: GitHub
- URL: https://github.com/nathan78906/steam-salien-cheat
- Owner: nathan78906
- Created: 2018-06-22T03:38:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-03T01:04:36.000Z (over 6 years ago)
- Last Synced: 2024-08-01T19:54:56.271Z (5 months ago)
- Topics: game, heroku, python, steam
- Language: Python
- Homepage:
- Size: 169 KB
- Stars: 40
- Watchers: 15
- Forks: 45
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - nathan78906/steam-salien-cheat - Simulates the playing of the 2018 Steam Summer Sale "Salien" game (Python)
README
# steam-salien-cheat
Simulates the playing of the "Summer Saliens" game on steam. Automatically chooses a planet/zone that will give you the max exp. Will switch between planets/zones once they're completed.Instructions for Heroku (run in the cloud 24/7 for free): [Heroku Setup on Wiki](https://github.com/nathan78906/steam-salien-cheat/wiki/Heroku-Setup)
#### Updates:
- **BOSS ZONE SUPPORT**
- **Extra steps required for personalized boss output (OPTIONAL, see step 3)**
- Now checks for new zones after every game played
- Added ETA for next level## Steps
1. Visit https://steamcommunity.com/saliengame/gettoken when logged in and get the `token` value and `steamid` value
2. Enter the `token` on `line 7` in `saliens.py`
3. Enter the `steamid` on `line 8` in `saliens.py`
4. Open a command line/terminal and run the program as `python saliens.py`#### Note:
- You need to have python installed
- You need to run `pip install requests` to get the requests module, before you can run the script### Join Zone Error?
- Stop the script, wait 2 minutes, then re-run
- OR, leave the script running and wait for the 2 minute cooldown to finish### Screenshots
Normal Zones![Screenshot](https://raw.githubusercontent.com/nathan78906/steam-salien-cheat/master/screenshot.png)
Boss Zones
![Screenshot](https://raw.githubusercontent.com/nathan78906/steam-salien-cheat/master/screenshot-boss.png)