Go to file
Adler Neves 32d288c88d
continuous-integration/drone/push Build is passing Details
qa: add code quality checker
2020-12-09 03:49:37 -03:00
papagaio increased default time from 15s to 10min 2019-09-11 22:49:02 -03:00
.drone.yml qa: add code quality checker 2020-12-09 03:49:37 -03:00
.gitignore populated with behaviour 2019-09-11 19:52:24 -03:00
.gitlab-ci.yml Inital skeleton 2019-09-11 15:42:23 -03:00
Makefile readme 2019-09-11 20:51:16 -03:00
README.md Update README.md 2019-09-12 00:05:06 +00:00
manage.py populated with behaviour 2019-09-11 19:52:24 -03:00
papagaio-fur-bot.service Inital skeleton 2019-09-11 15:42:23 -03:00
requirements.frozen.txt fix: update frozen dependencies 2020-12-09 03:38:13 -03:00
requirements.txt populated with behaviour 2019-09-11 19:52:24 -03:00
sonar-project.properties qa: add code quality checker 2020-12-09 03:49:37 -03:00

README.md

Telegram - Papagaio Fur Bot

Papagaio is Parrot in portuguese, a bird that is known for repeating what people tell them.

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/papagaio-fur-bot
  • Run make deploy