Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 372 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 372 Bytes

Slack Telegram Bot

===================

  • Set SECRET_KEY in settings.py
  • Build docker: docker build -t slack-telegram-bot ./
  • Run docker: docker run -d -p 0.0.0.0:8035:8035 --name slack-telegram-bot --restart=always slack-telegram-bot
  • Setup hooks in the admin interface
  • Visit admin at http://localhost:8035/admin with (Username=admin, Password=admin by default)