Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ojo-network/turbine-py-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.7
Choose a base ref
...
head repository: ojo-network/turbine-py-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.8
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Feb 9, 2026

  1. docs: Polymarket -> Turbine migration guide (#7)

    * docs: add Polymarket to Turbine migration guide
    
    Targets the ~3,000+ developers building Polymarket trading bots.
    Covers concept mapping, code examples, price/size format differences,
    and a multi-venue bot pattern for running on both platforms.
    
    * docs: rewrite README for developer experience + add examples
    
    - Rewrite README: clear 30-second quickstart, float-friendly buy/sell showcase
    - Add .env.example template for new developers
    - Add examples/fetch_market_data.py (no-auth market data reading)
    - Add examples/simple_trading_loop.py (minimal trading loop)
    - Add examples/momentum_bot.py (trend-following strategy)
    - Clarify import name (turbine_client not turbine-py-client)
    - Add price/size convention table
    - Streamline API reference tables
    - Note: all existing code/tests unchanged
    
    * remove moltbook link
    
    * fix: correct gasless claims — Polymarket also has gasless via proxy relayer
    
    Don't overstate advantages that aren't real.
    
    * revert .env.example to original
    
    * revert README.md to original
    
    * remove added examples — keeping originals only
    ten-nex authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    5fbcee0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08996b5 View commit details
    Browse the repository at this point in the history
Loading