https://github.com/tsoliangwu0130/ex-dividend-date-notification
https://github.com/tsoliangwu0130/ex-dividend-date-notification
crawler email-notification python3 stock-market vanguard
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsoliangwu0130/ex-dividend-date-notification
- Owner: tsoliangwu0130
- License: mit
- Created: 2018-03-12T16:33:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:57:11.000Z (over 2 years ago)
- Last Synced: 2025-01-08T22:46:11.172Z (6 months ago)
- Topics: crawler, email-notification, python3, stock-market, vanguard
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ex-Dividend Date Notification [](https://travis-ci.org/tsoliangwu0130/ex-dividend-date-notification) [](LICENSE)
A Python 3 script to check if today is the Ex-Dividend date of any of your [Vanguard](https://investor.vanguard.com/home/) stocks and send notification over email.
## Configuration
Copy [config-example.json](config-example.json) as `config.json` and modify as necessary.
## Usage
1. To install app dependencies, simply run:
```shell
$ pip install -r requirements.txt
```2. Run the app:
```shell
$ python app.py
```