Harkirat155 / odiscrap

A bash application to search for cricket players that have ever played ODIs, and query details about runs they scored across their careers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

odiscrap

packages needed:

scrapy(pip install Scrapy)

beautifulsoup(pip install beautifulsoup4)

json(in-built package)

to see data from pre-existent json files(keep all files in tact within the same folder): ./run.sh

to create dataset and then explore it(move 'json' files to some other folder(to back them up, if needed), removing them from the folder where all other files reside): ./file.sh

About

A bash application to search for cricket players that have ever played ODIs, and query details about runs they scored across their careers

License:MIT License


Languages

Language:Jupyter Notebook 72.8%Language:Python 26.7%Language:Shell 0.5%