Skip to content

Crypto wallet tracker for telegram to track stacking rewards on your wallets and get crypto economics.

License

Notifications You must be signed in to change notification settings

ronanren/CryptoWallet-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoWallet-tracker

Crypto wallet tracker for telegram to track stacking rewards on your wallets and get crypto economics.

Usage commands

  • /help or /commands or /start - show available commands

  • /btc_economics - show BTC economics

  • /egld_economics - show EGLD economics

  • /egld_delegation - show EGLD delegation

Development

pip install -r requirements.txt
python walletTracker.py

Deploy

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

About

Crypto wallet tracker for telegram to track stacking rewards on your wallets and get crypto economics.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published