Skip to content

chirrumishra/WebScrappingPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebScrappingPython

This file is Scraps data from a Website (ESPN) for (American Football) and converts it into a csv file required modules

How to execute program

For Linux Users

git clone https://github.com/chirrumishra/WebScrappingPython
cd WebScrappingPython
pip3 install -r req.txt
python3 main.py

For Mac Users

git clone https://github.com/chirrumishra/WebScrappingPython
cd WebScrappingPython
pip3 install -r req.txt
python3 main.py
open names.csv

To get idea about web page in organised way you can open web.txt in additional files folder

Link of scrapped page : https://www.espn.com/nfl/qbr

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages