Skip to content

This Python script scrapes the articles' data from bbc.com and stores it in CSV format

Notifications You must be signed in to change notification settings

zainkazi/bbc-web-scraper-with-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

bbc-web-scraper

This Python script scrapes the data from any amount of articles bbc.com and stores it in CSV format.

The data about articles contains:

  1. Category
  2. Headline
  3. All paragraphs

It also has functionalities to:

  1. Filter the shortest and longest article
  2. Find top 10 most repeated words in all of data
  3. Find the set of all unique words in scraped data

Technologies used:

  • Python
  • BeautifulSoup
  • Tkinter

About

This Python script scrapes the articles' data from bbc.com and stores it in CSV format

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages