Skip to content

Savazh/SolanaWalletTrackerBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Solana Wallet Tracker Telegram Bot

A Telegram bot to track Solana wallet balances and transactions using Selenium and notify users of changes via Telegram.

Features

  • Add or remove Solana wallets to track.
  • Notify users when wallet balances change.
  • Use Telegram commands to manage tracked wallets.

Prerequisites

  • Python 3.6+
  • Selenium with ChromeDriver
  • Telegram Bot API Token

Setup Instructions

  1. Clone the repository:
    git clone <repository_url>
    cd SolanaWalletTrackerBot
  2. Install dependencies:
    pip install python-telegram-bot selenium
  3. Update TELEGRAM_BOT_TOKEN and CHROMEDRIVER_PATH in the script.
  4. Run the bot:
    python solana_wallet_tracker_bot.py

Commands

  • /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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages