Skip to content

A script written in Python to scrape news from CNN Music using Xpath

Notifications You must be signed in to change notification settings

JaimeEV/scraper_music_news_CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraper music news from CNN

A script written in Python to scrape news from:

https://cnnespanol.cnn.com/category/musica/

Using Xpath and Requests libraries. This script create a new folder with date of the scrape as the name folder and inside stores the titles of the news and their content.

Installation

You need to install the requirement.txt file in order to get all the dependencies, you can do that within a virtual environment:

pip install -r requirements.txt

and the run the script and get the news:

python3 scraper.py

MIT License

About

A script written in Python to scrape news from CNN Music using Xpath

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages