Website : http://www.agony-aunt.com/
Follow the following steps for running the spider yourself :
-
Install pycharm.
-
Open the project folder 'agony-aunt-scraper' using pycharm.
-
To run the spider :
scrapy crawl advices -o <file_name>.<extension>
< file_name > : can be anything
< extension > : json,cvs,xml.
Note: The file 'data.json' was created using the following command.
scrapy crawl advices -o data.json
- To access the scrapy shell :
scrapy shell " <url> "