A powerful sniping bot for the crypto market. This bot helps detect new tokens quickly, trade securely, and manage them profitably.
A good sniping bot requires five main modules:
-
π‘ Listener (Liquidity Scanner)
πΉ Monitors new token listings and detects trading opportunities in real time. -
β‘ Transaction Handler
πΉ Executes buy and sell orders instantly to capitalize on market opportunities. -
π‘ Security Module
πΉ Identifies and blocks scams & honeypots to prevent losses. -
π Strategy Manager
πΉ Implements automated trading strategies like take-profit, stop-loss, and MEV protection. -
π Utility & Config
πΉ Manages wallets, logging, API keys, and other configurations.
python -m venv venv
source venv/bin/activate # Mac/Linux
venv\Scripts\activate # Windowspip install -r requirements.txtCreate a .env file and set your API keys:
HELIUS_API_KEY="your_helius_api_key_here"
HELIUS_WSS_DEV_URL="wss://devnet.helius-rpc.com/?api-key=your_helius_api_key_here"
HELIUS_WSS_URL="wss://mainnet.helius-rpc.com/?api-key=your_helius_api_key_here"
HELIUS_HTTPS_URL_TX_DEV="https://api.helius.xyz/v0/transactions/?api-key=your_helius_api_key_here"
HELIUS_HTTPS_URL_TX="https://api.helius.xyz/v0/transactions/?api-key=your_helius_api_key_here"
QUICKNODE_API="wss://stylish-few-wind.solana-mainnet.quiknode.pro/your_quicknode_api_key_here"
DEXSCREENER_API="https://api.dexscreener.com/token-pairs/v1/solana/{mint}"
RUGCHECK_API="https://api.rugcheck.xyz/v1/"
RUGCHECK_TOKEN_ROUTE_REPORT="tokens/{mint}/report"
RUGCHECK_TOKEN_ROUTE_SUMMARY="tokens/{mint}/report/summary"
TELEGRAM_API="your_telegram_api_key_here"
TELEGRAM_URL="https://api.telegram.org/bot${TELEGRAM_API}/{method}"
TELEGRAM_CHAT="your_telegram_chat_id_here"Start the bot with:
python main.pyπ GitHub: π Project Roadmap
This project is licensed under the MIT License.
π GitHub: xartistax