IOTA Balance Change Alert

https://img.shields.io/pypi/v/iota_balance_change_alert.svg https://img.shields.io/travis/plenarius/iota_balance_change_alert.svg Documentation Status Updates

IOTA Balance Change Alert checks the balance on one or more addresses at a specified interval and alerts the user if there’s any change in balance.

Features

  • Users can be alerted via text message, email, popup or system sound

Installation

To install IOTA Balance Change Alert, run this command in your terminal:

$ pip install iota_balance_change_alert
$ mkdir $HOME/.ibca && wget https://raw.githubusercontent.com/plenarius/iota_balance_change_alert/master/config.ini.example -O $HOME/.ibca/config.ini

If you want to be informed via text message you need to sign up for a free Twilio acccount at https://www.twilio.com and get their python library

$ pip install twilio

Usage

Make sure to edit your config.ini to include your desired IOTA addresses and methods of alert. You do not need to specify the location of your config file if it’s installed in $HOME/.ibca/config.ini.

$ iota_balance_change_alert --config path/to/config.ini

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.