aqifcse / adidas-jp-crawling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adidas-jp-crawling

git clone https://github.com/aqifcse/adidas-jp-crawling.git

cd adidas-jp-crawling

virtualenv venv

source venv/bin/activate

pip install -r requirements.txt

To crawl all the product urls and save the urls to urls.txt file please give the following command

python product-urls-crawler.py

To crawl the required data of the product urls stored in urls.txt simply give the following command -

python single-product-crawling.py

That's it the data will be stored in product-details.xlsx file. Enjoy!!!

About


Languages

Language:Python 100.0%