Skip to content

Hamro patro scraper using scrapy. With this you can scrap hamro patro and get json file of year

Notifications You must be signed in to change notification settings

AwaleRohin/hamro_patro_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to run project

  • First make sure you have python install along with pip and virtualenv. Usually pip is installed along python and to install virtualenv: pip install virtualenv
  • clone the repo
  • create virtualenv: virtualenv venv or virtualenv -p python3 venv
  • activate virtualenv: for linux(source venv/bin/activate) and for windows(source venv/Scripts/activate)
  • install all necessary libraries in venv: pip install -r requirements.txt (all necessary libraries for project are in requirements.txt file)
  • change the year to get data of that specific year
  • finally run the project: scrapy crawl hamro_patro

About

Hamro patro scraper using scrapy. With this you can scrap hamro patro and get json file of year

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages