#Introduction A simple Python script to show live scores of cricket matches and send messages to your phone every minute(or whatever desired interval of time)
#How to Run To run this script,
1. Clone this repository
git clone https://github.com/devanshgoenka97/live_score.git
2. Install the Twilio API
pip install twilio
3. Enter your Twilio SID and Auth Token
4. Run the main.py
script
5.Enjoy!
#Created by