项目作者: captain-igloo

项目描述 :
GUI for Betfair
高级语言: C++
项目地址: git://github.com/captain-igloo/greenthumb.git
创建时间: 2016-06-11T23:57:50Z
项目社区:https://github.com/captain-igloo/greenthumb

开源协议:MIT License

下载


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)

  1. export CPPFLAGS=-I/usr/include/jsoncpp
  2. ./configure --prefix=/usr
  3. make
  4. 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