Skip to content

captain-igloo/greenthumb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

export CPPFLAGS=-I/usr/include/jsoncpp

./configure --prefix=/usr

make

make install

Ubuntu Installation

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

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