Skip to content

cse23-mora/KuppiHub-Telegram-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– Official Telegram Bot – Kuppihub

This is a demo. We’ve modified some features for our purposes.

πŸš€ Features

  • πŸ“€ Upload any video, photo, audio, or document (up to 4GB)
  • πŸ“¬ Get a Telegram shareable link

πŸ›  Setup Instructions

Follow these steps to deploy the bot using Cloudflare Workers:

1️⃣ Clone this repo

git clone https://github.com/your-username/KupppiHub Telegram  Bot-link-bot.git

2️⃣ Replace the following values in workers.js:

const BOT_TOKEN = "";        // πŸ‘‰ Your Telegram Bot Token
const BOT_SECRET = "secret"; // πŸ‘‰ A secure random string
const BOT_CHANNEL = ;        // πŸ‘‰ Your Telegram Channel ID (as an integer)
const SIA_NUMBER = 1234;     // πŸ‘‰ A random secret integer (same across bot & backend)
const BOT_OWNER = "YourUserName"; // πŸ‘‰ Your Telegram username (for /start button)

πŸ“ Make sure your bot is added as an admin in your channel.


3️⃣ Deploy on Cloudflare Workers

  1. Copy-paste the workers.js file into the Cloudflare Workers editor
  2. Save and deploy the worker.

4️⃣ Register Webhook

Go to:

https://your-domain.com/registerWebhook

βœ… If everything is okay, it will return:

{"ok":true,"result":true,"description":"Webhook was set"}

Your bot is now live and ready to use!


About

This is our Official Telegram Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published