Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 576 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 576 Bytes

Teleflare-Messenger

Send Telegram bot messages with Cloudflare workers

Usage

  1. Create a cloudflare workers

  2. Copy the code in workers.js to the workers

  3. Fill in your Telegram Bot Token and your Chat ID

  4. Send GET request to your workers URL

    https://yourworkersname.yourcloudflarename.workers.dev/?title=Title&msg=test_message
    

Note: The script uses MarkdownV2 as default parse mode, if you want to use plain text or HTML, you need to modify the title bold symbol(**) at line 46.