Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:57:11.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T20:27:00.997Z (over 1 year ago)
- Topics: crawler, email-notification, python3, stock-market, vanguard
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ex-Dividend Date Notification [![Build Status](https://travis-ci.org/tsoliangwu0130/ex-dividend-date-notification.svg?branch=master)](https://travis-ci.org/tsoliangwu0130/ex-dividend-date-notification) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](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
```