▄▀▀ ▀█▀ ▄▀▄ ▄▀▀ █▄▀ █ █ █ ▄▀▀ ██▀ █▀▄ ▄▀▄ █ █ ▀▄▀ ▄██ █ ▀▄▀ ▀▄▄ █ █ ▀▄▀▄▀ █ ▄██ █▄▄ █▄▀ █▀█ █ █▄ █ ------------------------------------------------------- python program that sends daily stock updates to your email
stockwise-demo.mp4
Stockwise Daily sends you personalized daily emails with stock performance updates, relevant news, and more--keeping you informed and entertained in one quick read.
- Daily stock performance summaries for selected companies
- Relevant news articles based on stock symbols
- Customizable email content
Clone this repo and install dependencies listed in requirements.txt
git clone https://github.com/escharry/stockwise-daily.git
cd stockwise-daily
pip3 install -r requirements.txt
STOCK_API_KEY='your_stock_api_key'
NEWS_API_KEY='your_news_api_key'
EMAIL_CREDENTIALS={"sender": "your_email@example.com", "password": "your_password"}
- Stocks: Fetches stock data for predefined symbols
- News: Pulls related articles based on such symbols
- Email: Sends the update via email using SMTP
Esteban Charry – echarry@berkeley.edu
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/escharry/
- Fork it (https://github.com/escharry/stockwise-daily/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request