FREE — No credit card

Download the Free Bot Framework

Python 3.10+ · Windows / macOS / Linux · ~15 KB ZIP

Download Free Bot ↓
polymarket-free-bot.zip • 15 KB

What's Included

polymarket-free-bot/
├── .env.example              # Your API credentials template
├── requirements.txt           # Python dependencies
├── README.md                  # Quick start guide
├── main.py                    # Entry point — run with: python main.py
└── bot/
    ├── __init__.py
    ├── config.py              # Settings loader from .env
    ├── client.py              # Polymarket CLOB client wrapper
    ├── engine.py              # Window management + loop
    ├── executor.py            # Trade executor (sim + live)
    ├── feeds.py               # Price feeds (Binance, CLOB, RTDS)
    ├── markets.py             # Market resolution via Gamma API
    ├── orders.py              # Order placement (limit, market, FAK)
    └── engines/                 # ← YOUR STRATEGY GOES HERE

1 Download & Extract

Download the ZIP above and extract it anywhere on your machine.

2 Configure .env

Copy .env.example to .env. Add your Polymarket API key, secret, passphrase, and wallet private key.

3 Install Dependencies

pip install -r requirements.txt

4 Run the Demo

python main.py --cycles 1

The bot will connect to price feeds and log market data to your console.

Free vs Paid — Feature Comparison

Free Framework

$0
  • Live price feed connection
  • Market resolution (Gamma API)
  • CLOB order book polling
  • Simulated order tracking
  • .env credential management
  • Spread capture strategy
  • Automated trade execution
  • P&L tracking

Ready to Trade Automatically?

The free framework connects and shows prices. The strategy module adds the brain — spread capture logic that trades for you.

Get the Strategy Module →