https://github.com/altaris/docker-telegram-bot
This telegram bot allows you to manage your docker deamon
https://github.com/altaris/docker-telegram-bot
docker python telegram
Last synced: 3 months ago
JSON representation
This telegram bot allows you to manage your docker deamon
- Host: GitHub
- URL: https://github.com/altaris/docker-telegram-bot
- Owner: altaris
- License: mit
- Created: 2019-06-27T18:03:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-01T16:40:36.000Z (over 5 years ago)
- Last Synced: 2025-01-07T22:39:04.344Z (4 months ago)
- Topics: docker, python, telegram
- Language: Python
- Size: 378 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
docker-telegram-bot
===================[](https://hub.docker.com/r/altaris/docker-telegram-bot/)
[](https://codeclimate.com/github/altaris/docker-telegram-bot/maintainability)
[](https://altaris.github.io/docker-telegram-bot/index.html)

[](https://choosealicense.com/licenses/mit/)This telegram bot allows you to manage your docker deamon.
1. [Create a telegram bot](https://telegram.me/botfather);
2. Copy a `secret.env` from the `secret.env.template` template;
3. Run
```sh
# To run in shell
make run
# To run in docker
make docker-run
```
4. Say `/hi` to the bot to get started.