https://github.com/codeperfectplus/stock-dashboard
Stock dashboard in python
https://github.com/codeperfectplus/stock-dashboard
dashboard dashboard-application dashboard-templates hacktoberfest plotly plotly-dash plotly-python stock-alert stock-dashboard stock-data stock-market
Last synced: about 1 month ago
JSON representation
Stock dashboard in python
- Host: GitHub
- URL: https://github.com/codeperfectplus/stock-dashboard
- Owner: codeperfectplus
- License: mit
- Created: 2022-02-08T11:28:00.000Z (over 3 years ago)
- Default Branch: dev-branch
- Last Pushed: 2024-08-17T08:07:47.000Z (10 months ago)
- Last Synced: 2025-05-11T20:09:58.386Z (about 1 month ago)
- Topics: dashboard, dashboard-application, dashboard-templates, hacktoberfest, plotly, plotly-dash, plotly-python, stock-alert, stock-dashboard, stock-data, stock-market
- Language: Python
- Homepage:
- Size: 609 KB
- Stars: 13
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stock Dashboard
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](https://www.google.com/finance/).
## Demo
A Demo can be check here:- [Demo](http://13.235.246.34:5000/) : not available right now
## How to use
### for sending stock alert in discord channel
```bash
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python stock_scrapper.py
```### for running dashboard
```bash
python dash_server.py
```## 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
- [Deepak Raj](https://github.com/codeperfectplus)
sudo docker build -t stock-alert-dashboard .
sudo docker run -p 5000:5000 stock-alert-dashboard