You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ultimate all-in-one crypto Telegram bot — monitor smart contracts, track portfolios, detect MEV, find DeFi yields, sniff tokens, track whales, NFT floors, gas prices, arbitrage opportunities, DAO governance & cross-chain bridges. All in one bot, powered by Python.
🔍 What is This?
Rizal Crypto Bot is a production-ready, all-in-one Web3 analytics Telegram bot built entirely in Python. It consolidates 11 powerful DeFi modules into a single bot with subscription management, admin dashboard, and real-time background monitoring — all without any framework overhead.
This is the centerpiece of the Web3 Python Toolkit by @rizalcodes.
✨ Modules (11 Total)
#
Module
Description
1
📊 Contract Analytics
Analyze any Ethereum smart contract — usage patterns, top callers, trend, anomaly detection
2
💼 Portfolio Tracker
Full wallet portfolio — ETH balance, token holdings, NFT inventory with USD valuation
3
🎯 MEV Detector
Scan blocks for sandwich attacks & arbitrage bots in real-time
4
💰 DeFi Yield Aggregator
Best APY opportunities from Aave, Compound, Curve & Uniswap via DeFi Llama
5
🔍 Token Sniffer
Full honeypot & rug pull safety analysis — buy/sell tax, LP lock, holder distribution
6
🐋 Whale Tracker
Track whale wallets & get instant alerts on large on-chain moves
pip install python-telegram-bot # if using async version
⚙️ Configuration
Variable
Description
TELEGRAM_TOKEN
BotFather token
ADMIN_CHAT_ID
Your Telegram chat ID
ETHERSCAN_API_KEY
Etherscan API key
INFURA_URL
Infura mainnet endpoint
OPENSEA_API_KEY
OpenSea API key
USDT_TRC20
Your USDT payment address
🚨 Background Monitors
The bot runs 8 parallel background threads:
Thread
Interval
Function
Subscription checker
1 hour
Expire & notify expiring subs
MEV monitor
12 sec
Scan new blocks for MEV
Whale monitor
15 sec
Detect large wallet moves
NFT monitor
5 min
Floor price change alerts
Gas monitor
60 sec
Low/high gas alerts
Arbitrage monitor
2 min
Scan DEX price gaps
Governance monitor
5 min
New proposal & deadline alerts
Bridge monitor
5 min
Bridge token price alerts
⚠️ Disclaimer
This bot is for informational and educational purposes only. Nothing here constitutes financial advice. Always do your own research before making any DeFi or investment decisions.