https://github.com/renanstn/notification-bot
API feita utilizando o FastAPI para centralizar o envio de notificações para eu mesmo via bot do Telegram.
https://github.com/renanstn/notification-bot
fastapi heroku python telegram-bot
Last synced: about 2 months ago
JSON representation
API feita utilizando o FastAPI para centralizar o envio de notificações para eu mesmo via bot do Telegram.
- Host: GitHub
- URL: https://github.com/renanstn/notification-bot
- Owner: renanstn
- Created: 2020-09-25T21:27:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T03:15:07.000Z (almost 5 years ago)
- Last Synced: 2025-06-13T06:04:21.498Z (about 1 year ago)
- Topics: fastapi, heroku, python, telegram-bot
- Language: Python
- Homepage: https://notification-central.herokuapp.com/
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notification Bot :loudspeaker:

[](https://www.python.org/)
[](https://fastapi.tiangolo.com/)
[](https://www.heroku.com)
É muito comum entre as coisinhas que desenvolvo, a necessidade de eu enviar notificações e alertas para mim mesmo através de um bot no telegram.
Essa API hiper simples feita usando `FastAPI` e `python-telegram-bot`, recebe um `POST` com a mensagem, e envia essas notificações, para que eu não precise mais implementar este recurso repetidamente em cada projeto que eu fizer daqui pra frente.