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.
A Demo can be check here:- Demo : not available right now
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python stock_scrapper.py
python dash_server.py
- 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
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.
sudo docker build -t stock-alert-dashboard . sudo docker run -p 5000:5000 stock-alert-dashboard