Skip to content

jakbin/telegram-bot-api-binary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

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 -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