Skip to content

jakbin/telegram-bot-api-binary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 12, 2025
23a1199 · Jan 12, 2025

History

21 Commits
Jan 12, 2025
Apr 18, 2024
Jan 9, 2025
Dec 28, 2024

Repository files navigation

telegram-bot-api-binary

Publish Docker Image Publish package All Downloads

telegram-bot-api binary

Run using docker

docker pull ghcr.io/jakbin/telegram-bot-api-binary:main
docker run -d -p 8081:8081 -e API_ID=<your_api_id> -e API_HASH=<your_api_hash> ghcr.io/jakbin/telegram-bot-api-binary:main

Run direct from terminal

curl -L https://github.com/jakbin/telegram-bot-api-binary/raw/main/run.sh  | bash -s your_api_id your_api_hash