The Cricket Score Update Bot is a handy Python application designed for cricket lovers who want to stay updated on Indian matches without the hassle of constantly checking apps.
By using Beautiful Soup (BS4) to scrape live match data from Cricbuzz and Selenium for browser automation, this bot seamlessly fetches real-time updates and sends them via WhatsApp. With this setup, you can focus on your work or daily activities while receiving instant score notifications directly on your phone.
-
Install Required Packages
pip install selenium pip install beautifulsoup4 pip install html5lib pip install webdriver-manager pip install requests pip install termcolor
-
Install Chromedriver
-
Change the path of Chrome Driver in the code