An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# telegram-bot-api-binary

[![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)
[![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)
[![All Downloads](https://img.shields.io/github/downloads/jakbin/telegram-bot-api-binary/total.svg)](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
```