{"id":21867853,"url":"https://github.com/jakbin/telegram-bot-api-binary","last_synced_at":"2026-05-23T13:02:23.654Z","repository":{"id":198114492,"uuid":"700191897","full_name":"jakbin/telegram-bot-api-binary","owner":"jakbin","description":"telegram-bot-api binary for linux","archived":false,"fork":false,"pushed_at":"2025-08-20T12:13:24.000Z","size":20,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-20T13:24:01.095Z","etag":null,"topics":["telegram","telegram-api","telegram-bot","telegram-bot-api","telegram-bot-api-binary","telegram-bot-api-server","telegram-bots","telegram-files-downloader","telegram-uploader"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jakbin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-10-04T06:00:31.000Z","updated_at":"2025-08-20T12:13:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"2eb04bfa-54ec-4615-9b79-e84eed804dc9","html_url":"https://github.com/jakbin/telegram-bot-api-binary","commit_stats":null,"previous_names":["jakbin/telegram-bot-api-binary"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jakbin/telegram-bot-api-binary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakbin%2Ftelegram-bot-api-binary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakbin%2Ftelegram-bot-api-binary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakbin%2Ftelegram-bot-api-binary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakbin%2Ftelegram-bot-api-binary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakbin","download_url":"https://codeload.github.com/jakbin/telegram-bot-api-binary/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakbin%2Ftelegram-bot-api-binary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33396576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["telegram","telegram-api","telegram-bot","telegram-bot-api","telegram-bot-api-binary","telegram-bot-api-server","telegram-bots","telegram-files-downloader","telegram-uploader"],"created_at":"2024-11-28T05:10:50.322Z","updated_at":"2026-05-23T13:02:23.647Z","avatar_url":"https://github.com/jakbin.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🤖 Telegram Bot API Binary\n\n [![Publish Docker Image](https://github.com/jakbin/telegram-bot-api-binary/actions/workflows/publish-docker.yml/badge.svg)](https://github.com/jakbin/telegram-bot-api-binary/actions/workflows/publish-docker.yml)\n [![Publish package](https://github.com/jakbin/telegram-bot-api-binary/actions/workflows/publish.yml/badge.svg)](https://github.com/jakbin/telegram-bot-api-binary/actions/workflows/publish.yml)\n [![All Downloads](https://img.shields.io/github/downloads/jakbin/telegram-bot-api-binary/total.svg)](https://github.com/jakbin/telegram-bot-api-binary)\n\n🚀 Pre-compiled [Telegram Bot API](https://github.com/tdlib/telegram-bot-api) binary for easy deployment\n\n## ✨ Features\n\n- 🏗️ Pre-compiled binary ready to use\n- 🐋 Docker image available\n- ⚡ Fast deployment with one command\n- 🔧 Easy configuration with environment variables\n- 📦 Automated builds and releases\n\n### 🎯 Why use a custom Bot API server?\n\nRunning your own Telegram Bot API server provides several advantages over using the official api.telegram.org:\n\n- 📥 **Download files without a size limit** - No restrictions on file download sizes\n- 📁 **Larger file uploads** - Upload files up to 2000 MB\n- 🚀 **Better performance** - Reduced latency and faster response times\n- 🔒 **Enhanced privacy** - Your data stays on your servers\n- 📊 **No rate limits** - Handle more requests per second\n- 🛠️ **Advanced features** - Access to additional Bot API methods\n\n[Learn more about the benefits](https://github.com/tdlib/telegram-bot-api#usage)\n\n## 📋 Requirements\n\n- API_ID and API_HASH from [my.telegram.org](https://my.telegram.org)\n- Docker (for Docker deployment) or Linux system (for direct run)\n\n## 🐳 Run using Docker\n\n```sh\ndocker pull ghcr.io/jakbin/telegram-bot-api-binary:main\n```\n\n```sh\ndocker run -d -p 8081:8081 -e API_ID=\u003cyour_api_id\u003e -e API_HASH=\u003cyour_api_hash\u003e ghcr.io/jakbin/telegram-bot-api-binary:main\n```\n\n## 💻 Run direct from terminal\n\n```sh\ncurl -L https://github.com/jakbin/telegram-bot-api-binary/raw/main/run.sh  | bash -s your_api_id your_api_hash\n```\n\n## 🔗 Original Repository\n\nThis 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.\n\n## 🤝 Contributing\n\nFeel free to open issues and pull requests!\n\n## 📄 License\n\nThis project follows the same license as the original [Telegram Bot API](https://github.com/tdlib/telegram-bot-api).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakbin%2Ftelegram-bot-api-binary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakbin%2Ftelegram-bot-api-binary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakbin%2Ftelegram-bot-api-binary/lists"}