All Projects → manzoorwanijk → telegram-bot-api-worker

manzoorwanijk / telegram-bot-api-worker

Licence: other
Take an alternate route to Telegram Bot API :)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to telegram-bot-api-worker

cloudflare-worker-router
A super lightweight router (1.3K) with middleware support and ZERO dependencies for CloudFlare Workers.
Stars: ✭ 144 (+92%)
Mutual labels:  cloudflare, cloudflare-worker, cloudflare-workers
cfworker-middware-telegraf
Make telegraf (a telegram bot framework) useable in Cloudflare Workers
Stars: ✭ 23 (-69.33%)
Mutual labels:  telegram-bot, cloudflare, cloudflare-workers
DNS-over-Discord
A 1.1.1.1 DNS resolver built for Discord
Stars: ✭ 228 (+204%)
Mutual labels:  cloudflare, cloudflare-worker, cloudflare-workers
Contact-Form
The Lightweight Contact Form which send contact requests on your Telegram
Stars: ✭ 28 (-62.67%)
Mutual labels:  telegram-bot, cloudflare-worker, cloudflare-workers
IPFS PHOTO SHARE
💰用甚嚒服务器,ServerLess搭建一个图片分享站点!| 基于CloudFlareWorker无服务器函数和IPFS去中心化存储的图片分享网站
Stars: ✭ 76 (+1.33%)
Mutual labels:  cloudflare, cloudflare-worker, cloudflare-workers
File-Sharing-Bot
Telegram Bot to store Posts and Documents and it can Access by Special Links.
Stars: ✭ 867 (+1056%)
Mutual labels:  telegram-bot, telegram-bot-api
cfw-easy-utils
An in-depth library to assist with common tasks with CF Workers. Includes utils for responses, cookies, and more!
Stars: ✭ 52 (-30.67%)
Mutual labels:  cloudflare, cloudflare-workers
natural
Fastest Framework for NodeJS. Written in pure ES6+
Stars: ✭ 30 (-60%)
Mutual labels:  cloudflare, cloudflare-workers
tmdb bot
IMDB Telegram bot clone using TMDB to get info about movies and TV shows.
Stars: ✭ 22 (-70.67%)
Mutual labels:  telegram-bot, telegram-bot-api
RPi-TELEBOT
Python based Telegram bot to monitor and control the raspberry pi
Stars: ✭ 19 (-74.67%)
Mutual labels:  telegram-bot, telegram-bot-api
worker-auth-providers
worker-auth-providers is an open-source providers to make authentication easy with workers. Very lightweight script which doesn't need a lot of dependencies. Plug it with any framework or template of workers.
Stars: ✭ 85 (+13.33%)
Mutual labels:  cloudflare, cloudflare-workers
terraform-cloudflare-maintenance
Terraform module to create a responsive Maintenance Page using Cloudflare Workers.
Stars: ✭ 111 (+48%)
Mutual labels:  cloudflare, cloudflare-workers
fp-telegram
Wrapper classes library for telegram bots API (FreePascal)
Stars: ✭ 59 (-21.33%)
Mutual labels:  telegram-bot, telegram-bot-api
pong
Basic uptime monitoring system, with email alerts and/or push notifications
Stars: ✭ 94 (+25.33%)
Mutual labels:  telegram-bot, telegram-bot-api
Bybit-Auto-Trading-Bot-Ordes-placed-via-TradingView-Webhook
Python based Trading Bot that uses TradingView.com webhook JSON alerts to place orders(buy/sell/close/manage positions/TP/SL/TS etc.) on Bybit.com. Hire me directly here https://www.freelancer.com/u/Beannsofts for any assistance
Stars: ✭ 235 (+213.33%)
Mutual labels:  telegram-bot, telegram-bot-api
inkrss
Notify when rss feeds are updated | RSS 更新通知
Stars: ✭ 234 (+212%)
Mutual labels:  cloudflare, cloudflare-workers
cloudflare-worker-routing
A simple Cloudflare Worker with built-in routing
Stars: ✭ 38 (-49.33%)
Mutual labels:  cloudflare, cloudflare-worker
Truecaller-Smsbomber telegram bot
Telegram bot which has truecaller and smsbomber features
Stars: ✭ 30 (-60%)
Mutual labels:  telegram-bot, telegram-bot-api
workers-jwt
Generate JWTs on Cloudflare Workers using the WebCrypto API
Stars: ✭ 67 (-10.67%)
Mutual labels:  cloudflare, cloudflare-workers
miniflare
🔥 Fully-local simulator for Cloudflare Workers
Stars: ✭ 2,811 (+3648%)
Mutual labels:  cloudflare, cloudflare-workers

Telegram Bot API Worker

You can use this script to create a CloudFlare Worker to send requests to Telegram Bot API if your ISP or Web host does not allow it.

How to Deploy

  • Goto CloudFlare Dashboard and sign up/in. If you are new to CloudFlare, it may ask you to add a domain. If you don't want to add a domain, just open the above link again.

  • On the Dashboard goto Workers and verify your email if needed.

  • You will be asked to create a Workers subdomain. Enter the subdomain you want.

  • Create a Worker or Edit if you have already created one.

  • Set a short name for your worker to shorten the URL a bit.

  • Copy the code from index.js and paste into the Editor given on the Create Worker page.

  • Save and Deploy

How to use in WP Telegram plugins

After you deploy the Worker, simply copy the worker URL and paste in plugin settings. The URL may look like this
https://my-worker.mysubdomain.workers.dev

How to use outside WP Telegram

After you deploy the Worker, simply use the worker URL in place of the Telegram Bot API URL. If your worker URL is https://my-worker.mysubdomain.workers.dev, then replace https://api.telegram.org in the Bot API URL.

So, https://api.telegram.org/bot123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11/getMe

will become

https://my-worker.mysubdomain.workers.dev/bot123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11/getMe

Enjoy the talking to Telegram Bot API :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].