This is an Automation based project made with python ans its library Scrapy. Its Basically Scrap data from website and generates a csv or json file forrmat.
- pip install pipenv
- (Go to the directory where you want to create project
- virtualenv .
- .\scripts\activate
- Scrapy
- pip install scrapy
-
Create csv file -> scrapy crawl Careervira -o items.csv
-
Create json file -> scrapy crawl Careervira -o items.csv