When a specific token pair from DEX Screener is given, this script will fetch pair address, liquidity, total supply and etc. And then, this bot will get top traders for this pair and track activities of these wallets.
Specific Token Pair monitoring & Top Trader Wallet Tracking
When a specific token pair from DEX Screener is given, this script will fetch pair address, liquidity, total supply and etc.
And then, this bot will get top traders for this pair and track activities of these wallets.
Prerequisites
- Python (3.10.0 or higher)
- Various API Keys
Quick Start
- Clone and Install
git clone [your-repository-url]
cd [project-directory]
- Configure Environment
.env file in the root directory:
SCRAPERAPIAPIKEY=""
BITQUERYAPIKEY=""
CIELOAPIKEY=""
ETHERSCANAPIKEY=""
M
TELEGRAMBOTTOKEN=""
- Build and Run
# Create venv environment
python -m venv venv
venv\Scripts\activate
# Install dependencies pip install requests python-dotenv pymongo websocket-client
# Run in development mode python start.py
Feature
| Variable | Description | Required | |----------|-------------|----------| | LANGUAGE | Python | Yes | | BOT | Telegram Bot | Yes | | DATABASE | MongoDB | Yes | | ENVIRONMENT | Cielo, ScraperAPI, Etherscan, BitQuery | Yes |