a scrapy project to crawl ikea official site for BTI products.
means "breath-taking item". They are products ridiculous cheaper in same category.
BTI products has a striking yellow price tag in market and website. Click on any picture below to check a tag on website.
- Make sure you have scrapy installed
- just run start.py like
python start.py
- script will use your system deault locale, or you can manually assign locale by:
python start.py -l en-US
- result will show in generated res.md
- script will use your system deault locale, or you can manually assign locale by:
- manually:
- run scrapy in ikea_bti directory
- file jsonline2md.py is used to convert results from json line to markdown.