Skip to content

captain-igloo/greenthumb

Repository files navigation

Greenthumb - Cross-platform GUI for Betfair

Introduction

Sports betting exchange Betfair provides an API that allows you to:

  • read market information and prices
  • place / update / cancel bets
  • manage your account

and more. Greenthumb is a wrapper for this API and can be used as an alternative to the Betfair website. It is written in C++ and uses the wxWidgets toolkit.

Requirements

Build (Linux)

export CPPFLAGS=-I/usr/include/jsoncpp
./configure --prefix=/usr
make
make install

Build (Windows)

Instructions for building on Windows using Visual Studio can be found here.

Ubuntu Binaries

Binaries for Ubuntu are available at https://launchpad.net/~captain-igloo/+archive/ubuntu/greenthumb.

Windows Binaries

Windows binaries are available under releases

Screenshots

Screenshot

License

Greenthumb is released under the MIT license. See the LICENSE file for the full text.

Contact

colindoig [at] gmail [dot] com

-- Colin Doig