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.
- Host: GitHub
- URL: https://github.com/wanadzhar913/bbc-world-news-scraper
- Owner: wanadzhar913
- Created: 2023-07-19T12:32:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T12:53:57.000Z (over 2 years ago)
- Last Synced: 2025-01-07T00:46:35.207Z (10 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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