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.
- Host: GitHub
- URL: https://github.com/ehcaning/telegram-bridge
- Owner: ehcaning
- Created: 2020-08-20T11:35:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T18:31:37.000Z (over 1 year ago)
- Last Synced: 2025-01-02T11:27:22.578Z (5 months ago)
- Topics: proxy, telegram, telegram-bot, telegram-bot-api
- Language: JavaScript
- Homepage: https://hub.docker.com/r/ehcaning/telegram-bridge
- Size: 60.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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```