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