Skip to content
forked from emreYbs/BBCnews

A simple CLI tool to scrape latest BBC news

Notifications You must be signed in to change notification settings

mr-Ucar/BBCnews

 
 

Repository files navigation

BBCnews

A simple CLI tool to scrape latest BBC news. The latest news will also be saved as csv in directory where you run the script.

Usage: python3 BBCnews.py

image

In terminal, the script will work well but in the end, you will get an error due to the Pandas Data Frame part in the code. So you delete that part if you use to use in the terminal only. For me, a Pandas Data Frame was needed, so I added that part.

Requirements:

  • BeautifulSoup
  • cowsay Not necessary for the scraping but I like cowsay:)
  • Halo For the cute animations, Halo is great.
  • pandas

Note: This first version works well, but I plan to improve the code. For now, it is not as I wanted. You can edit as you wish or improve by contributing.

About

A simple CLI tool to scrape latest BBC news

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%