Skip to content

kathrynherod/Week-18_Web-Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-Scraping

Features

This web scraping app accomplishes the following:

  • Whenever a user visits the site, the app scrapes stories from The Guardian and displays them for the user. Each scraped article is saved to the application database. The app scrapes and displays the following information for each article:

    • Headline - the title of the article

    • Summary - a short summary of the article

    • URL - the url to the original article

    • Date - the date the original article was published

    • Photo - the photo attached to the original article

    • Here's a quick demo

    1

  • Users are also able to leave comments on the articles displayed and revisit them later. The comments are saved to the database, as well, and associated with their articles. Stored comments are visible to every user.

    • Here's a quick demo

    2

  • If the user decides to delete all of the notes and articles and start fresh, all of the data will be deleted from the database.

    • Here's a quick demo

    3