This is a port of HeyTacoBot (Slack only) for Telegram.
SSH into your VPS with DOKKU installed on it and:
- dokku apps:create [APP-NAME]
- dokku config:set --no-restart [APP-NAME] BOT_TOKEN=[YOUR-BOT-TOKEN]
- dokku config:set --no-restart [APP-NAME] WEBHOOK_URL=[YOUR-WEBHOOK-URL]
From local machine - git init
- git clone [email protected]:l0rem/TacoBot.git
- git remote add dokku [email protected]:[APP-NAME]
- git push dokku master
Again on VPS - dokku letsencrypt [APP-NAME]
- dokku proxy:ports-set [APP-NAME] https:443:8080
Send /start to bot.
Add it to your group and give it admin rights, so that it will be able to access messages.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
python-telegram-bot DOKKU HeyTacoBot