Simple microservice to send notifications to a Telegram channel using a simple API
Go to file
Melora Hugues 66aed0f0da
All checks were successful
continuous-integration/drone/push Build is passing
Make sure the notifier can work inside Docker
2023-03-11 20:42:21 +01:00
examples Make sure the notifier can work inside Docker 2023-03-11 20:42:21 +01:00
notifier Make sure the notifier can work inside Docker 2023-03-11 20:42:21 +01:00
.drone.yml Make sure the notifier can work inside Docker 2023-03-11 20:42:21 +01:00
.gitignore Add first working basic version for the sender 2023-03-11 16:03:45 +01:00
client.py Add first working basic version for the sender 2023-03-11 16:03:45 +01:00
Dockerfile Make sure the notifier can work inside Docker 2023-03-11 20:42:21 +01:00
LICENSE Initial commit 2023-03-11 14:33:52 +01:00
README.md Add CI tag 2023-03-11 20:10:21 +01:00

telegram-notifier

Simple microservice to send notifications to a Telegram channel using a simple API

Build Status