Skip to content

frederikhermans/navup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

navup

Send most recent net asset values (NAVs) of funds.

Configuration

SMTP Server

You need to set up your outgoing SMTP server. The configuration is stored in three files.

  • conf/smtp-server Contains the hostname:port of the SMTP server. The server is required to support TLS.
  • conf/username Username to authenticate at the SMTP server.
  • conf/password Password to authenticate at the SMTP server.

E-mail addresses, class IDs and quantities

You need to define which updates to send to which email addresses. The configuration is stored in data/profiles. The format is as follows:

[[email protected]]
    CLASSID1 = QTY1
    CLASSID2 = QTY2
    ...

Running

After configuration, simply run $ python main.py Setup a cron job to have emails sent periodically.

About

Email most recent net asset values (NAVs) of funds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages