Crypto wallet tracker for telegram to track stacking rewards on your wallets and get crypto economics.
- /help or /commands or /start - show available commands
- /btc_economics - show BTC economics
- /egld_economics - show EGLD economics
- /egld_delegation - show EGLD delegation
pip install -r requirements.txt
python walletTracker.py
You can use flyctl or ~/.fly/bin/flyctl depending on your installation
flyctl auth login
flyctl apps create <your-app-name>
flyctl secrets set API_KEY=<your telegram bot token>
flyctl secrets set CHAT_ID=<your chat id>
flyctl secrets set BTC=<your BTC address>
flyctl secrets set ELROND=<your ELROND address>
flyctl deploy
# stop app
flyctl scale count 0
# resume app
flyctl scale count 1