kjeymax / TG-DL-Api-Workers

Creates download links to telegram files stored in channel. Deployable to cloudflare workers

Home Page:https://dl.techzbots.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TG DL Api Workers

The TG DL Api Workers provides download links to various types of files on Telegram, including images, videos, PDFs, APKs, and more. It’s deployable to Cloudflare Workers, and best of all, it’s free! Here are some key features:

  • Easy to Use: The API is straightforward to use.
  • Permanent Download Links: The links generated by this API remain valid over time.

Note: To use this API, your file size must be less than 20 MB. Wondering why? Read more about it here.

Demo

Check out the demo PDF download link: https://dl.techzbots.co/file/-1001833807432/3

How to Use on Your Own Channel:

  1. Add @TG_DL_Api_Workers_Bot to your channel as an admin with edit message rights.
  2. Obtain your Telegram channel ID or username.
  3. Upload a file to your Telegram channel and get its message ID.
  4. Construct the URL using the format: https://dl.techzbots.co/file/CHANNEL_ID/MESSAGE_ID and open it.

Note: The bot edits the file’s caption on the channel. Make sure this won’t cause any issues, or consider creating a new private channel for use with the bot.

Deploying The API

Follow these steps to deploy the API:

  1. Create an account on Cloudflare and log in.
  2. Navigate to the Workers & Pages tab in the sidebar.
  3. Click on the Create Application button.
  4. Create a new worker by clicking on the Create Worker button.
  5. Deploy the worker by clicking on the Deploy button.
  6. Edit the code by clicking on the Edit Code button.
  7. Copy the full code from the worker.js file.
  8. Paste the code into Cloudflare.
  9. Create a new bot using @BotFather.
  10. Add your bot token to the Cloudflare code at the top, inside the const BOT_TOKENS = []; section.
  11. Finally, click on Deploy to activate your API.

🔔 Join For Latest Updates / Support

Stay informed about the latest updates by joining our channels / groups :

Telegram Channel Telegram Group

About

Creates download links to telegram files stored in channel. Deployable to cloudflare workers

https://dl.techzbots.co


Languages

Language:JavaScript 100.0%