An open API service indexing awesome lists of open source software.

https://github.com/robotomize/tg-sender-docker

Telegram message sender packaged in docker
https://github.com/robotomize/tg-sender-docker

Last synced: about 2 months ago
JSON representation

Telegram message sender packaged in docker

Awesome Lists containing this project

README

        

# tg-sender-docker
```shell
docker build -t telegram-curl-bot .
docker run --rm telegram-curl-bot -e TOKEN CHATID "test notification"
docker run --rm --env-file .env telegram-curl-bot CHATID "test notification"
```