Monthly gold price notifier
$ (sudo) pip install altin
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 protected]
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
)