Skip to content

This python snippet allows you to send a webhook from your telegram bot.

Notifications You must be signed in to change notification settings

EpicTia93/telegram-webhook-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

telegram-webhook-sender

This python snippet allows you to send a webhook from your telegram bot.

Installation

requests module is needed and not pre-installed so make sure you download it using the latest pip version with:

    pip install requests

Usage

After downloading the "requests" module replace BOT_TOKEN in line 4 with your bot token and USER_CHAT_ID in line 5 with your own Chat ID which you can find using the bot @myidbot. After that navigate from cmd in the script directory and run the script to grab the Chat ID with:

    python telegram_send.py

About

This python snippet allows you to send a webhook from your telegram bot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages