https://github.com/jakbin/telegram-bot-api-binary
telegram-bot-api binary for linux
https://github.com/jakbin/telegram-bot-api-binary
telegram telegram-api telegram-bot telegram-bot-api telegram-bot-api-binary telegram-bot-api-server telegram-bots telegram-files-downloader telegram-uploader
Last synced: 6 months ago
JSON representation
telegram-bot-api binary for linux
- Host: GitHub
- URL: https://github.com/jakbin/telegram-bot-api-binary
- Owner: jakbin
- Created: 2023-10-04T06:00:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T18:00:00.000Z (11 months ago)
- Last Synced: 2025-04-14T22:33:07.812Z (8 months ago)
- Topics: telegram, telegram-api, telegram-bot, telegram-bot-api, telegram-bot-api-binary, telegram-bot-api-server, telegram-bots, telegram-files-downloader, telegram-uploader
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# telegram-bot-api-binary
[](https://github.com/jakbin/telegram-bot-api-binary/actions/workflows/publish-docker.yml)
[](https://github.com/jakbin/telegram-bot-api-binary/actions/workflows/publish.yml)
[](https://github.com/jakbin/telegram-bot-api-binary)
telegram-bot-api binary
## Run using docker
```sh
docker pull ghcr.io/jakbin/telegram-bot-api-binary:main
```
```sh
docker run -d -p 8081:8081 -e API_ID= -e API_HASH= ghcr.io/jakbin/telegram-bot-api-binary:main
```
## Run direct from terminal
```sh
curl -L https://github.com/jakbin/telegram-bot-api-binary/raw/main/run.sh | bash -s your_api_id your_api_hash
```