A Telegram bot to track Solana wallet balances and transactions using Selenium and notify users of changes via Telegram.
- Add or remove Solana wallets to track.
- Notify users when wallet balances change.
- Use Telegram commands to manage tracked wallets.
- Python 3.6+
- Selenium with ChromeDriver
- Telegram Bot API Token
- Clone the repository:
git clone <repository_url> cd SolanaWalletTrackerBot
- Install dependencies:
pip install python-telegram-bot selenium
- Update
TELEGRAM_BOT_TOKEN
andCHROMEDRIVER_PATH
in the script. - Run the bot:
python solana_wallet_tracker_bot.py
/start
- Welcome message./add <wallet_address>
- Add a wallet to track./remove <wallet_address>
- Remove a tracked wallet./list
- List all tracked wallets.
Enjoy tracking your Solana wallets!