https://github.com/easychen/telegram-bot-api-proxy
express app for forwarding request to api.telegram.org
https://github.com/easychen/telegram-bot-api-proxy
Last synced: about 1 year ago
JSON representation
express app for forwarding request to api.telegram.org
- Host: GitHub
- URL: https://github.com/easychen/telegram-bot-api-proxy
- Owner: easychen
- License: mit
- Created: 2023-01-22T03:51:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T04:10:27.000Z (over 3 years ago)
- Last Synced: 2025-04-05T20:11:14.454Z (about 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# telegram-bot-api-proxy
simple express app for forwarding request to api.telegram.org
## How to use
1. open `app.js` set `bot_token` to your bot token
1. yarn install && node app.js
## Endpoint
change `https://api.telegram.org` to `https://your-ip:9000`