https://github.com/codex2124/dexscreener_scraping_tool
Specific Token Pair monitoring and Top Trader wallet Tracking on Dexscreener
https://github.com/codex2124/dexscreener_scraping_tool
dexscreener python tracking wallet web3py
Last synced: about 2 months ago
JSON representation
Specific Token Pair monitoring and Top Trader wallet Tracking on Dexscreener
- Host: GitHub
- URL: https://github.com/codex2124/dexscreener_scraping_tool
- Owner: CodeX2124
- Created: 2025-02-26T16:20:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-04T15:12:46.000Z (over 1 year ago)
- Last Synced: 2026-01-03T01:07:08.496Z (5 months ago)
- Topics: dexscreener, python, tracking, wallet, web3py
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
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](https://www.python.org/downloads/) (3.10.0 or higher)
- Various API Keys
## Quick Start
1. **Clone and Install**
```bash
git clone [your-repository-url]
cd [project-directory]
```
2. **Configure Environment**
Create a `.env` file in the root directory:
```env
SCRAPERAPI_API_KEY=""
BITQUERY_API_KEY=""
CIELO_API_KEY=""
ETHERSCAN_API_KEY=""
MONGODB_URL=""
TELEGRAM_BOT_TOKEN=""
```
3. **Build and Run**
```bash
# 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](https://web.telegram.org/k/#@codex124)
[Discord](https://discord.com/users/codex_2124)