- First make sure you have
python
install along withpip
andvirtualenv
. Usually pip is installed along python and to install virtualenv: pip install virtualenv - clone the repo
- create virtualenv:
virtualenv venv
orvirtualenv -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
-
Notifications
You must be signed in to change notification settings - Fork 1
AwaleRohin/hamro_patro_scraper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published