Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 408 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 408 Bytes

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