Skip to content

CodeX2124/Dexscreener_Scraping_Tool

Repository files navigation

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

  1. Clone and Install

    git clone [your-repository-url]
    cd [project-directory]
  2. Configure Environment

    Create a .env file in the root directory:

      SCRAPERAPI_API_KEY=""
      BITQUERY_API_KEY=""
      CIELO_API_KEY=""
      ETHERSCAN_API_KEY=""
      MONGODB_URL=""
      TELEGRAM_BOT_TOKEN=""
  3. 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

If you need any help, please contact me. Telegram Discord

About

Specific Token Pair monitoring and Top Trader wallet Tracking on Dexscreener

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages