jxmorris12 / PokemonGo-Finder

Live visualization of all the pokemon in your area... and more!
GNU General Public License v3.0
171 stars 43 forks source link

Deploying to Heroku? #53

Open jetlej opened 7 years ago

jetlej commented 7 years ago

I've tried deploying to Heroku and adding a Procfile with this content:

python main.py

However it doesn't seem to be running. Any recommendations?

traversc commented 7 years ago

You need to change two things:

1) the port number, which you should read from the local environment.
2) the IP address, should be 0.0.0.0 not 127.whatever

jetlej commented 7 years ago

@traversc - Thanks! Would you mind telling me how to find the port #? The reason I'm pushing to Heroku is because Python setup runs into errors when trying to fun this.

traversc commented 7 years ago

Two days late, as the latest update blocked the game from running at Heroku IP addresses.