Skip to content

Web scraper that scrapes agony aunt advice column from a website.

Notifications You must be signed in to change notification settings

priya-mane/agony-aunt-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Mental wellness Data scraper using Scrapy.

Web scraper using scrapy for scraping an agony-aunt website.

Website : http://www.agony-aunt.com/


Follow the following steps for running the spider yourself :

  1. Install pycharm.

  2. Open the project folder 'agony-aunt-scraper' using pycharm.

  3. 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
  1. To access the scrapy shell :
scrapy shell " <url> "

Check the scrapped data at:

Kaggle dataset

About

Web scraper that scrapes agony aunt advice column from a website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages