π¦ ClawHub
Polymarket Whale Copier
by @cassh100k
Copy trade winning Polymarket wallets automatically. Track whale wallets, mirror their bets at configurable percentages, with built-in risk management. No API keys needed.
π‘ Examples
# 1. Set your Polymarket private key
export POLYMARKET_KEY="0xYourPrivateKey"2. Run the copier
python3 scripts/copy_trader.py --target 0xWhaleWallet --percent 10
βοΈ Configuration
Edit config.json:
{
"target_wallet": "0x...",
"copy_percent": 10,
"min_trade_usd": 5,
"max_trade_usd": 50,
"buy_only": true,
"check_interval_sec": 60,
"dry_run": false
}
TERMINAL
clawhub install polymarket-whale-copier