You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Adler Neves ab69f012ff
continuous-integration/drone/push Build is passing Details
qa: add code quality checker
2 years ago
propergrammar Initial commit 3 years ago
.drone.yml qa: add code quality checker 2 years ago
.gitignore Initial commit 3 years ago
.gitlab-ci.yml Initial commit 3 years ago
Makefile reset permissions 3 years ago
README.md Initial commit 3 years ago
manage.py Initial commit 3 years ago
requirements.frozen.txt fix: update frozen dependencies 2 years ago
requirements.txt Initial commit 3 years ago
sonar-project.properties qa: add code quality checker 2 years ago
spelling_libreoffice_colibri_cc0.svg Initial commit 3 years ago
spelling_libreoffice_colibri_cc0.svg.png Initial commit 3 years ago
spelling_libreoffice_colibri_cc0_48.svg Initial commit 3 years ago
telegram-bot-use-proper-grammar.service fix working folder 3 years ago

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