greengod63
DexScreener-Scraping
Python

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.

Last updated Jun 24, 2026
74
Stars
34
Forks
2
Issues
0
Stars/day
Attention Score
45
Language breakdown
No language data available.
Files click to expand
README

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
Create a .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 |

© 2026 GitRepoTrend · greengod63/DexScreener-Scraping · Updated daily from GitHub