Tracks whale's transaction using etherscan API.
git clone https://github.com/Sliden101/ETH-whale-tracker
cd ETH-whale-tracker
cp example.config.json config.json
{
"wallets": {
"0x-1": "Wallet 1",
"0x-2": "Wallet 2",
"0x-3": "Wallet 3"
},
"api_key": "YOUR_API_KEY",
"check_interval": 60,
"telegram_bot_token": "YOUR_TELEGRAM_BOT_TOKEN",
"telegram_chat_id": "YOUR_TELEGRAM_CHAT_ID"
}
- Get API key from Etherscan
- Create a Telegram bot and obtain the bot token.
docker build -t whale-tracker .
docker run -d --name whale-tracker-container whale-tracker
yes i know using API and not scraping boo hoo