Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 313 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 313 Bytes

Abans-lk-Webscraping

You can scrape the data by executing following commands

scrapy crawl abans_mobile -o mobiles.json
scrapy crawl abans_laptop -o laptops.json

Make sure you have installed scrapy in your virtual enviornment along with python 3.7

pip install scrapy