Merge branch 'master' of github.com:OriginProtocol/origin-telegram-logger-bot

This commit is contained in:
Stan James 2018-02-10 08:41:06 -07:00
commit 9fabbc6e3b

View File

@ -52,7 +52,11 @@ read -r -d '' MESSAGE_BAN_PATTERNS << 'EOF'
EOF
```
## Running the bot
- Run: `python bot.py` to start.
## Running
### 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.)