An open API service indexing awesome lists of open source software.

https://github.com/wanadzhar913/bbc-world-news-scraper

Simple Python webscraper (using BeautifulSoup and Requests) that cleans and consolidates the latest news from https://www.bbc.com/news/world.
https://github.com/wanadzhar913/bbc-world-news-scraper

Last synced: 8 months ago
JSON representation

Simple Python webscraper (using BeautifulSoup and Requests) that cleans and consolidates the latest news from https://www.bbc.com/news/world.

Awesome Lists containing this project

README

          

### **TLDR**
Built a simple Python webscraper (using BeautifulSoup and Requests) that cleans and consolidates the latest news from https://www.bbc.com/news/world.

Moving forward, requesting news feed articles via RSS (Really Simple Syndication) would've been more straightforward.

### **Resources**
- https://stackoverflow.com/questions/63449111/python-beautifulsoup-get-href-tag-in-a-tag
- Scraping News Websites like CNN & NBC using python: https://www.youtube.com/watch?v=BYqpxHxl-nc&t=535s