An open API service indexing awesome lists of open source software.

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

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 table](/images/sample3.png)

# Dashboard Graph

![Dashboard Graph](/images/sample2.png)

- 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