Football-Notifier is a Python application that sends you WhatsApp messages with updates on the events of your favourite football team. Football-Notifier
Setup Details
- Clone the repository.
- Open the terminal, navigate to the folder where your clone of this repository is located, and type:
pip install -r requirements.txt
- Open the config.py file and update the Twilio account info from the Twilio console.
- Update your WhatsApp number in the client message data to which you want to receive notifications.
- Update the support_team with the team you wish to follow from the event_scraper.py file.
- Type
python Notifier.py
in the terminal, and the script will run for as long as you let it run. - You can run the script on some cloud service providers and receive notifications without interruptions.