altin

Check last 30 days gold prices with email


License
Other
Install
pip install altin==0.0.5

Documentation

PyPi version PyPi downloads

altin

Monthly gold price notifier

Installation

$ (sudo) pip install altin

Usage

Create a config file named as .altin.conf in your user's home folder. Example:

$ cat ~/.altin.conf

[UserInfo]
SMTP_USERNAME=yourmailusername
SMTP_PASSWORD=yourmailpassword
EMAIL_TO=mail@mail.com

Just run altin to get e-mail notifications.

$ altin

example crontab entry -- run everyday at 08:00 pm.

0 8 * * * /usr/local/bin/altin

Note: By default, altin should be located at /usr/local/bin/altin. If that's not the case, you can check the altin executable with pip show -f altin)