Scrapy is a very popular web scraping/crawling framework, I have been using it for quite some time now.
In this post, I will demonstrate creating a very basic web crawler.
Install Scrapy
Installation is via pip pip install scrapy
Minimalistic Code
A very simple scraper is created like this
To Run , simply type scrapy runspider scraper.py
Running, above code will output something like below