0% found this document useful (0 votes)
568 views

Cricket Alert in Python

This document provides an overview of a cricket score alert project built in Python. The project will regularly update a Telegram group with cricket match scores and key events by fetching live score data from the Cricinfo website, parsing it to extract critical events, and sending notifications to Telegram. The product architecture involves 4 stages - fetching live scores, data parsing to extract events, a notification mechanism, and sending data to Telegram. The primary goals are to build the score alerts functionality from scratch in Python, compile, test, and publish it.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
568 views

Cricket Alert in Python

This document provides an overview of a cricket score alert project built in Python. The project will regularly update a Telegram group with cricket match scores and key events by fetching live score data from the Cricinfo website, parsing it to extract critical events, and sending notifications to Telegram. The product architecture involves 4 stages - fetching live scores, data parsing to extract events, a notification mechanism, and sending data to Telegram. The primary goals are to build the score alerts functionality from scratch in Python, compile, test, and publish it.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Cricket Alert In Python

Team Member:-
Hitesh Kumar [23]
Chaudhary Rajesh Kumar [7]

Internal Guide:-
Prof. Mahendra Khambhalia Sir

Cricket Alert (Live Score Update) 1


Cricket Alert In Python

Overview

 Objective :

You will implement the functionality which features


regular updates of a cricket match on a Telegram group.
Project Context
 Cricket fans, raise your foam fingers if you have been looking for a quicker way to
share scores and updates with your friends. Even if you aren’t a sports enthusiast,
think about the number of fans who are out there looking for an option like this on
their phones. Sports websites do offer live scores on their page which is what the
majority of the people follow to stay updated on live updates if they are not
watching a match. But the thing with these websites is that you have to keep staring
at the page or refreshing it to get the latest score which can be quite unproductive
if you are in the middle of important work. Moreover, every time you want to share
the joy of a SIX or a wicket with your friend, you have to manually share it via a
messaging app. But now
 You can build a better solution for the millions of sports fans (including yourself if you
raised your foam finger) and even learn important concepts in that process.

3
Product Architecture
This Product Architecture consists of
4 stages as follows :

Notification
Fetch Live Score Data Parser to
Mechanism to
From Cricinfo Extract Critical
send data to
Website Event
Telegram

4
High Level Approach

• Get Live Score

5
• Extract Critical Events
• Notification to Telegram – This is the output which is the

Result of this Project .

This Is
Telegram

Output
Interface.

7
Primary Goals

 Builtthe Score Alerts Functionality from Scratch Using


Python.

 Compile ,Test the Functionality and Publish.

You might also like