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

https://github.com/ehcaning/telegram-bridge

A Simple bridge to redirect your requests to telegram API, without restrictions.
https://github.com/ehcaning/telegram-bridge

proxy telegram telegram-bot telegram-bot-api

Last synced: 4 months ago
JSON representation

A Simple bridge to redirect your requests to telegram API, without restrictions.

Awesome Lists containing this project

README

        

## Telegram Bridge

Simply send your request to this API.

```https://api.telegram.org/bot{{BOT_TOKEN}}/getMe```

Will become:

```https://{{YOUR_DOMAIN}}/bot{{BOT_TOKEN}}/getMe```