Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashrsharma44/cricketscraper
CLI for scraping cricket scores
https://github.com/yashrsharma44/cricketscraper
Last synced: 24 days ago
JSON representation
CLI for scraping cricket scores
- Host: GitHub
- URL: https://github.com/yashrsharma44/cricketscraper
- Owner: yashrsharma44
- License: mit
- Created: 2018-09-03T13:24:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T13:32:37.000Z (over 6 years ago)
- Last Synced: 2024-10-30T02:48:34.376Z (2 months ago)
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Cricket Scraper
This CLI, is used to scrape cricket scorecard.
## Steps to use this CLI
* First clone this repository in your computer
* cd into the directory, containing the setup.py file
* Type `pip install editable .`
* Voila, your CLI will be installed.
* After that, cd into src, and run `python scraper.py`## Features
* It contains a main menu, to choose the following options -
### Display
`It displays the list of all matches going on currently`
### Summary
`It lists out all the summary of the given match`
### Scorecard
`It lists out all the scores of players for a given match`