Telegram Bot for monitoring your crypto.org validator node.
Requires python >= 3.7.
$ pip3 install -r requirements.txt
Note: if there are errors, you might have to install or upgrade wheel and setuptools.
- Get an
api_id
andapi_hash
fromhttps://my.telegram.org/
. - Speak to
@BotFather
on Telegram and acquire a bot API . - Fill in the information into
config.py
. Admin field is your Telegram user id. Look at next step to retreive it. - Telegram user id can be retrieved after speaking to your own bot (/start) after following up to the above step.
- Change your constants in
cro-chain-checker-telegram-bot.py
.
python3 cro-chain-checker-telegram-bot.py
Send /amisigning
or /track
to your bot.