Deploys a slackbot on Heroku that listens to mentions/messages in Slack Channels and send some messages to Telegram Group Chat.
Tested on Python 3.7
Follow this guide.
Follow this gist.
Variable Name | Description |
---|---|
SLACK_TOKEN |
Slack's Bot Oath Token |
SLACK_SIGNING_TOKEN |
Signing Secret |
TELEGRAM_TOKEN |
Telegram Bot Token |
TELEGRAM_CHAT_ID |
Telegram Chat Group ID |
Install dependencies.
pip install -r requirements.txt
Run Flask app
python app.py
Mention your bot in your channels, your telegram bo
Setup with this very simple and sweet guide.
And just deploy with
git push heroku master
- @szeshen
- Myself