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

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

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`