Dashboard to track the stock market and send notifications when the stock price is above or below a certain threshold.
Data for stocks is scrapped from Google Finance.
Demo
A Demo can be check here:- Demo : not available right now
How to use
for sending stock alert in discord channel
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python stock_scrapper.py for running dashboard
Dashboard Table
Dashboard Graph
- Update the webhook url in the utils.py, webhook url can be found in the discord channel.
- Update the config.json with your favorite stocks and thresholds
Upcoming features
Why this project?
to track your favorite stocks in one click and send notifications when the stock price is above or below a certain threshold and to keep update yourself with the stock market without any hassle.
Author
sudo docker build -t stock-alert-dashboard . sudo docker run -p 5000:5000 stock-alert-dashboard

