February
8th,
2015
Scraping classifieds service blocket.se (for fun) to collect car information using Python’s scrapy framework. Scraped data is cleaned and stored in MongoDB. Get the full code here.
Step-by-step Guide
Coming soon..
Installation
$ pip install -r requirements.txt
Usage
Set MongoDB credentials in settings.py
and run
$ scrapy crawl collect_cars