Go to file
Adler Neves ab69f012ff
continuous-integration/drone/push Build is passing Details
qa: add code quality checker
2020-12-09 03:45:49 -03:00
propergrammar Initial commit 2020-02-15 22:48:06 -03:00
.drone.yml qa: add code quality checker 2020-12-09 03:45:49 -03:00
.gitignore Initial commit 2020-02-15 22:48:06 -03:00
.gitlab-ci.yml Initial commit 2020-02-15 22:48:06 -03:00
Makefile reset permissions 2020-02-15 22:54:28 -03:00
README.md Initial commit 2020-02-15 22:48:06 -03:00
manage.py Initial commit 2020-02-15 22:48:06 -03:00
requirements.frozen.txt fix: update frozen dependencies 2020-12-09 03:41:33 -03:00
requirements.txt Initial commit 2020-02-15 22:48:06 -03:00
sonar-project.properties qa: add code quality checker 2020-12-09 03:45:49 -03:00
spelling_libreoffice_colibri_cc0.svg Initial commit 2020-02-15 22:48:06 -03:00
spelling_libreoffice_colibri_cc0.svg.png Initial commit 2020-02-15 22:48:06 -03:00
spelling_libreoffice_colibri_cc0_48.svg Initial commit 2020-02-15 22:48:06 -03:00
telegram-bot-use-proper-grammar.service fix working folder 2020-02-15 22:57:44 -03:00

README.md

Telegram - Use Proper Grammar, Please!

Sometimes we need a bot that repeats a set of messages over and over... even more than the frequency you're willing to copy-paste.

Because of those people who need to be reminded more than you're able to remind them, this bot exists.

Running locally

  • Create a bot
  • Create the file telegrambot.txt containing the API key
  • Run make serve on a terminal

Deploying

  • Copy telegrambot.txt to /var/www/telegram-bot-use-proper-grammar
  • Run make deploy