You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Bukxara 1d8b875bf3
request queue process modified
2 weeks ago
.gitignore First Commit 1 month ago
README.md README.md 1 month ago
app.js request queue process modified 2 weeks ago
jsconfig.json First commit 1 month ago
package-lock.json First Commit 1 month ago
package.json request queue process modified 2 weeks ago

README.md

Telegram API sending message without rate limit.

Instructions

There are 2 endpoints handled by this microservice:

1 -> GET
2 -> POST

The only thing you have to do is replace https://api.telegram.org/ part with {BASE_URL}

Redis

Requires redis and preffered configuration for redis is host at 127.0.0.1 and port at 6379