Football Notification System in Python using BeautifulSoup and Plyer !! (Python Fun Project)

Опубликовано: 16 Июнь 2026
на канале: Harsh Gupta
404
12

There are times when we have multiple football matches at the same time, and it is difficult to watch all of them and even to follow the updates, especially when we don't have goal rush. So I made my own notification system for the desktop which takes team name as the input and then follows the match updates and notifies based on events such as goal scored, half-time and full-time.


Find the code: https://github.com/Harsh1347/Miscella...


Library used: requests and BeautifulSoup for getting the data, and plyer for displaying the notification.