- First make sure you have
pythoninstall along withpipandvirtualenv. Usually pip is installed along python and to install virtualenv: pip install virtualenv - clone the repo
- create virtualenv:
virtualenv venvorvirtualenv -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
AwaleRohin/hamro_patro_scraper
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|