Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 301 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 301 Bytes

SIH-Problem-Statements-Crawler

Problem Statement Crawler for Smart India Hackathon 2019

Generates csv file with required information about every problem statement

Running the script

python crawler.py

Required python packages

  1. requests
  2. bs4(BeautifulSoup)
  3. csv