A set of python scripts to extract cricket data from https://cricbuzz.com.
Here I will explain how to run the script to extract data.
You will need Python 3.X.X with some packages which you can install direclty using requirements.txt.
pip install -r requirements.txt
- Use app.py to run the app which requires following flags '--year' Year for data, '--dir' Directory where to save all data
python app.py --year 2019 --dir data
- BeautifulSoup
- Urllib3
- Pandas
- Aditya Jain : Portfolio
This project is licensed under the MIT License - see the LICENSE.md file for details