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.
continuous-integration/drone/push Build is passing
Details
|
2 years ago | |
---|---|---|
papagaio | 4 years ago | |
.drone.yml | 2 years ago | |
.gitignore | 4 years ago | |
.gitlab-ci.yml | 4 years ago | |
Makefile | 4 years ago | |
README.md | 4 years ago | |
manage.py | 4 years ago | |
papagaio-fur-bot.service | 4 years ago | |
requirements.frozen.txt | 2 years ago | |
requirements.txt | 4 years ago | |
sonar-project.properties | 2 years ago |
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