A collection of lightweight, production-ready Python scripts designed for crypto data extraction, automated alerting, blockchain interaction, and metadata scanning.
These tools are built for traders, developers, and analysts looking to automate their Web3 workflows without complex infrastructure.
- Extracts real-time 24-hour ticker statistics using the public Binance API.
- Filters and sorts the top 50 highest-volume USDT trading pairs.
- Automatically exports clean data into a timestamped
.csvformat for Excel or Pandas.
- Monitors real-time cryptocurrency asset prices via custom intervals.
- Triggers instant automated HTML-formatted Telegram alerts when target thresholds are breached.
- Lightweight and optimized for running 24/7 on background servers.
- Interacts directly with the Ethereum blockchain via public RPC endpoints (Cloudflare RPC).
- Fetches exact live ETH balances of any given on-chain wallet address in real-time.
- Requires zero API keys or centralized platform registrations.
- Connects to GeckoTerminal API to monitor newly created liquidity pools in real-time.
- Scans raw network metadata structure to filter projects with early embedded social links.
- Optimized for micro-cap research and automated token discovery.
- Python 3.x
requests(API & RPC communication)pandas(Data structuring and analytical export)
-
Clone the repository and install required packages:
pip install requests pandas
-
Run any specific script based on your requirements:
python crypto_scraper.py python tg_price_alert.py python eth_wallet_tracker.py python discord_finder.py
Developed for data automation, blockchain tracking, and automated Web3 market analysis.