Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 639 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 639 Bytes

Cricket-Alert-Bot

Cricket Alert Telegram Bot developed in Python

How to run

clone this repository :-
git clone https://github.com/Divyansh747/Cricket-Alert-Bot.git

create bot in telegram
create new channel and your bot with Admin privileges

open crickscorebot.py and paste your telegram bot access HTTP api token
token = {bot access API token}

update chat_id in bot.send_message(chat_id="chat_id", text=msg) :-
https://api.telegram.org/bot/getUpdates
(Here you will get chat_id)

execute crickscorebot.py :-
python crickscorebot.py

DONE