Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1008 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 1008 Bytes

TacoBot for Telegram

This is a port of HeyTacoBot (Slack only) for Telegram.

Installation

SSH into your VPS with DOKKU installed on it and:

  1. dokku apps:create [APP-NAME]
  2. dokku config:set --no-restart [APP-NAME] BOT_TOKEN=[YOUR-BOT-TOKEN]
  3. dokku config:set --no-restart [APP-NAME] WEBHOOK_URL=[YOUR-WEBHOOK-URL]
    From local machine
  4. git init
  5. git clone [email protected]:l0rem/TacoBot.git
  6. git remote add dokku [email protected]:[APP-NAME]
  7. git push dokku master
    Again on VPS
  8. dokku letsencrypt [APP-NAME]
  9. dokku proxy:ports-set [APP-NAME] https:443:8080

Usage

Send /start to bot.

Add it to your group and give it admin rights, so that it will be able to access messages.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

python-telegram-bot DOKKU HeyTacoBot