Skip to content

Simple web Scraper for a Colombian news website for practice.

Notifications You must be signed in to change notification settings

SantiGarzonD/news_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

La Republica (news) Python Web Scraper

Welcome! I made this program in order to practice WebScraping. It is a great skill with infinite applications. My program extracts 5 itmes from a local important news website (https://www.larepublica.co/):

  1. Home Page News Urls

And from those Urls we extract the other 4 items:

  1. Title of the news
  2. Author of the news
  3. Summary of the news
  4. Body of the news

I wanna thank Platzi for teaching me this and having this program as a final project from the Basic WebScraping course.

Hope it is helpful to you.

Code and Resources Used

conda conda env create -f environment.yaml

  • lxml
  • requests
  • pandas

About

Simple web Scraper for a Colombian news website for practice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages