Skip to content

raohwork/telegram-bot-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

telegram-bot-api

Local Telegram bot API server in container.

Usage

docker run --rm raohwork/tgbotapi-server -h

docker run -d \
  --name my-local-server \
  -p 8081:8081 -p 127.0.0.1:8082:8082 \
  -v $(pwd)/data:/data \
  raohwork/tgbotapi-server \
    --api-id=00000000 --api-hash=xxxxxxxxx \
    --http-stat-port=8082 --local

License

GPLv2