This repository contains a Python code that employs telegram bot api packaged as a Docker container. With this repository I aim to facilitate access to the telegram bot API.
Telegram bot: @ExampleOnGitBot
After exporting the environmental variables IP_ADDRESS
and TG_BOT_TOKEN
, the docker instance is spawned by running docker compose up --build -d
.
PORT | USAGE |
---|---|
443 | Establish a connection with telegram server |
The documentation can be found here: Docs