-
Notifications
You must be signed in to change notification settings - Fork 45
Heroku Setup
Nathan Seebarran edited this page Jul 2, 2018
·
8 revisions
I've been running this script on Heroku for 10 days without any app/account suspensions. Also, no one has told me about their app/account getting suspended from using this version of the script.
Note: This method requires a GitHub account
- Fork this repo (or clone it and re-push to a GitHub account under your name):
https://github.com/nathan78906/steam-salien-cheat (It's best to make the repo private as well)
- Add the 2 following files to the repo
- File Name "Procfile"
- Contents:
worker: python saliens.py
- Contents:
- File Name "requirements.txt"
- Contents:
requests
- Contents:
- Input the token/steamid into
saliens.py
(Instructions on Repo's README) - Create a Heroku account and a new app
- Go to the deploy tab (on the new app)
- In
Deployment Method
make sure to link your GitHub account with your Heroku account
- Connect to the repository holding all of the files (including the files created in step 2)
- Deploy the app to Heroku
- Go to the overview tab
- Turn on the worker under
Dyno Formation
(ClickConfigure Dynos
, then click the pen on the right hand side)
- To view logs click
More
thenView logs
If you get stuck anywhere, googling (and using the terminology I used here) should help a lot.