Skip to content

a simple web scrapper to scrape all the problem statements available on the SIH portal for SIH2022

License

Notifications You must be signed in to change notification settings

aditipolkam/sih-web-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a simple web scrapper to scrape all the problem statements available on the SIH portal for SIH2022

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages