From df6bd0f19ec204deecac7d384b01eb1c1e1dd969 Mon Sep 17 00:00:00 2001 From: Stan James Date: Wed, 31 Jan 2018 08:44:40 -0700 Subject: [PATCH] Added note about worker on heroku to readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a77d974..a1f48bc 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ This is a bot that logs public Group Chats to a Postgres Database. ``` - Run: `python model.py` to setup the DB tables. -## Running the bot +## Running the bot locally - Run: `python bot.py` to start logger - Messages will be displayed on `stdout` as they are logged. + +## On Heroku + - You must enable the worker on Heroku app dashboard. (By default it is off.) +