Skip to content Skip to sidebar Skip to footer
Showing posts with the label Procfile

How To Make A Python Script To Run Only On Specific Time On Heroku?

I have a python script(Do something on with selenium & send the result to my what'sapp [Use… Read more How To Make A Python Script To Run Only On Specific Time On Heroku?

Serve A Bottle Application From Gunicorn On Heroku?

Procfile web: python server.py server.py from os import environ from bottle import app, route, run… Read more Serve A Bottle Application From Gunicorn On Heroku?