Skip to content

siddharth2016/Web-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web-Scraper

This Project implements scraping of Trump's lies available on (https://www.nytimes.com/interactive/2017/06/23/opinion/trumps-lies.html) and Sachin's ODI centuries available on (http://www.fastcricket.com/entry/1270/) using python BeautifulSoup4 library. It is divided into 2 parts first for trump and second for sachin dataset. Finally, scraped data will be saved in a proper format, using pandas library, in csv.

Requirements:

  • Python 3
  • Jupyter Notebook
  • Pandas
  • BeautifulSoup4
  • Internet Connection

About

This project shows a basic yet powerful implementation of web scraper using beautifulsoup4 library in python 3. Data extracted is then saved in (csv) format for further data analysis tasks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors