Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```