Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 493 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 493 Bytes

sih-web-scrapper

a simple web scrapper using python to scrape problem statements on the SIH website and store in a csv file

packages required

  1. requests - to get content from the url
pip install requests
  1. bs4 - BeautifulSoup to pull data out of html returned by request
pip install bs4
  1. csv - to write data into a csv file (built-in module)

executing the code in the root directory of the project

python formatter.py