Skip to content

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

  1. 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)

  1. Add the 2 following files to the repo
  • File Name "Procfile"
    • Contents: worker: python saliens.py
  • File Name "requirements.txt"
    • Contents: requests
  1. Input the token/steamid into saliens.py (Instructions on Repo's README)
  2. Create a Heroku account and a new app
  3. Go to the deploy tab (on the new app)
  4. In Deployment Method make sure to link your GitHub account with your Heroku account

  1. Connect to the repository holding all of the files (including the files created in step 2)

  1. Deploy the app to Heroku

  1. Go to the overview tab
  2. Turn on the worker under Dyno Formation (Click Configure Dynos, then click the pen on the right hand side)

  1. To view logs click More then View logs

If you get stuck anywhere, googling (and using the terminology I used here) should help a lot.

Clone this wiki locally