Exporting Leaderboards to another site

For discussion of the Poker Mavens server module and other administration topics
Post Reply
social
Posts: 211
Joined: Fri Nov 20, 2009 12:23 am

Exporting Leaderboards to another site

Post by social »

How can I export the data in a Tournament's Leaderboard to another website that is following the progress of the Tourney?
i.e. the Chip Counts and Rankings...

The main question is How do I get the information out of Poker Mavens?
I have somebody who will know how to import the data once it is available.
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Exporting Leaderboards to another site

Post by Kent Briggs »

Call TournamentsPlaying in the API. From the help file:

TournamentsPlaying - retrieves the list of seated and finished players for the tournament specified by the Name parameter. The tournament number and running time are also included. A sample response may look something like this (JSON format):

{"Result":"Ok","Number":123456,"Time":"0:32","Count":3,"Player":["Aces123","BoneCrusher","Dave"],"Table1":[1,1,1],"Chips":["1650","1475","Finished"],"Rank":[1,2,3],"NoShow":["No","No","No"]}
Post Reply