Skip to content
forked from JosXa/TacoBot

This is a port of Slack's HeyTaco! app.

Notifications You must be signed in to change notification settings

drbuilderpro/TacoBot

 
 

Repository files navigation

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

About

This is a port of Slack's HeyTaco! app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%