Skip to content

spercy/Bloomberg-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Bloomberg-Scraper

Python program that will take top market news from: www.bloomberg.com/markets

  • It will return a summary of the market news in a markdown file.

Install for necessary libraries:

pip install beautifulsoup4

pip install requests

pip install schedule

pip install openai

If you can't run beautifulsoup4 put:

python3 --version

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

python3 get-pip.py

python3 -m pip install beautifulsoup4

*created with assistance of OpenAI // using their api keys

About

Python program that will take top market news from: www.bloomberg.com/markets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages