Skip to content

A Python program that can scrape the Bloomberg News Outlet Website and return the top headlines associated with a user provided search term

License

Notifications You must be signed in to change notification settings

xbze3/News-Outlet-Scraper-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

News Outlet Web-Scraper

A Python program that scrapes Bloomberg News Outlet Website and Investing News Outlet Website and returns the top headlines associated with a user-provided search term(s).

Libraries

  • requests
  • BeautifulSoup from bs4
  • re
  • pyfiglet
  • datetime

NOTE: All libraries can be installed using the command pip install -r requirements.txt.

To Be Added / Coming Soon

  • Ability for program to not only scrape the Bloomberg and Investing News Outlet Websites, but also the websites of other news outlets allowing for a wider collection of news opinions.

  • A GUI to go along with the program to allow for a more user-friendly experience.

About

A Python program that can scrape the Bloomberg News Outlet Website and return the top headlines associated with a user provided search term

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages