Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 909 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 909 Bytes

excitare_cito

v2.0 by Bogdan Vaida ([email protected])

Announces when a web3 wallet receives a token.

You can create an account on Pushsafer.com and use the API key to get notified on various devices.

Or just use "sudo apt-get install gnustep-gui-runtime" (or the native mac 'say') to get a verbal cue.

Usage

You can use it by modifying config.py (without arguments) or using commandline arguments.

excitare_cito.py -n 1-4 -w wallet -t token [-s seconds] [-d decimals] [-vk]

If there are no arguments it will take the values from announcer_config.py

Usage:
        -n network is one of these numbers: 1. ETH, 2. ROPSTEN, 3. BSC, 4. POLYGON
        -s sleep time between queries, in seconds (default 1)
        -d is the decimals number to display when showing values (default 2, max 16)
        -v uses Mac's voice system for alert
        -k uses Pushsafer for remote alerts