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: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-20T12:13:24.000Z (10 months ago)
- Last Synced: 2025-08-20T13:24:01.095Z (10 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: 19.5 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)
🚀 Pre-compiled [Telegram Bot API](https://github.com/tdlib/telegram-bot-api) binary for easy deployment
## ✨ Features
- 🏗️ Pre-compiled binary ready to use
- 🐋 Docker image available
- ⚡ Fast deployment with one command
- 🔧 Easy configuration with environment variables
- 📦 Automated builds and releases
### 🎯 Why use a custom Bot API server?
Running your own Telegram Bot API server provides several advantages over using the official api.telegram.org:
- 📥 **Download files without a size limit** - No restrictions on file download sizes
- 📁 **Larger file uploads** - Upload files up to 2000 MB
- 🚀 **Better performance** - Reduced latency and faster response times
- 🔒 **Enhanced privacy** - Your data stays on your servers
- 📊 **No rate limits** - Handle more requests per second
- 🛠️ **Advanced features** - Access to additional Bot API methods
[Learn more about the benefits](https://github.com/tdlib/telegram-bot-api#usage)
## 📋 Requirements
- API_ID and API_HASH from [my.telegram.org](https://my.telegram.org)
- Docker (for Docker deployment) or Linux system (for direct run)
## 🐳 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
```
## 🔗 Original Repository
This project is based on the official [Telegram Bot API](https://github.com/tdlib/telegram-bot-api) by TDLib team. We provide pre-compiled binaries and Docker images for easier deployment.
## 🤝 Contributing
Feel free to open issues and pull requests!
## 📄 License
This project follows the same license as the original [Telegram Bot API](https://github.com/tdlib/telegram-bot-api).