/Football-Notifier

A Python application that sends you a WhatsApp Message of the events of the football team you supports

Primary LanguagePythonMIT LicenseMIT

Football-Notifier

Football-Notifier is a Python application that sends you WhatsApp messages with updates on the events of your favourite football team.

Setup Details

  1. Clone the repository.
  2. Open the terminal, navigate to the folder where your clone of this repository is located, and type:
    pip install -r requirements.txt
  3. Open the config.py file and update the Twilio account info from the Twilio console.
  4. Update your WhatsApp number in the client message data to which you want to receive notifications.
  5. Update the support_team with the team you wish to follow from the event_scraper.py file.
  6. Type python Notifier.py in the terminal, and the script will run for as long as you let it run.
  7. You can run the script on some cloud service providers and receive notifications without interruptions.