https://github.com/adityajn105/cricket_data_extracter
A set of python scripts to extract cricket data from https://cricbuzz.com for analytics purpose.
https://github.com/adityajn105/cricket_data_extracter
cricket cricket-data cricket-data-extracter cricket-stats python python-scripts scrapping scrapping-python
Last synced: 4 months ago
JSON representation
A set of python scripts to extract cricket data from https://cricbuzz.com for analytics purpose.
- Host: GitHub
- URL: https://github.com/adityajn105/cricket_data_extracter
- Owner: adityajn105
- License: mit
- Created: 2019-07-13T09:01:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-13T09:55:46.000Z (almost 6 years ago)
- Last Synced: 2024-11-15T14:25:07.243Z (6 months ago)
- Topics: cricket, cricket-data, cricket-data-extracter, cricket-stats, python, python-scripts, scrapping, scrapping-python
- Language: Python
- Homepage:
- Size: 125 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cricker_data_extracter
A set of python scripts to extract cricket data from https://cricbuzz.com.## Getting Started
Here I will explain how to run the script to extract data.### Prerequisites
You will need Python 3.X.X with some packages which you can install direclty using requirements.txt.
> pip install -r requirements.txt### Extracting the data
1. 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
## Built Using
1. BeautifulSoup
2. Urllib3
3. Pandas## Authors
* Aditya Jain : [Portfolio](https://adityajain.me)## Licence
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/adityajn105/cricket_data_extracter/blob/master/LICENSE) file for details