Announcement

Collapse
No announcement yet.

find selection Id by Jocket name

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • find selection Id by Jocket name

    Hi guys

    I am trying to find the selection id of a particular Jokey by the name. I am trying to use the textquery to find the selection / jockey to bet when calling the listMarketCatalogue method. but it works only with the event not with the Jockey name. Any idea how to do it ?

  • #2
    Originally posted by Lyoto View Post
    Hi guys

    I am trying to find the selection id of a particular Jokey by the name. I am trying to use the textquery to find the selection / jockey to bet when calling the listMarketCatalogue method. but it works only with the event not with the Jockey name. Any idea how to do it ?
    I do it this way:

    http://bfexplorer.net/Articles/Content/497

    Comment


    • #3
      Ok great I found a way to do it.

      How can I get all the races only for tomorrow ?

      I am usign the ''marketStartTime':{'from':'' + date + ''}} and sending the date as date from tomorrow but it still returns races from today

      Comment


      • #4
        Originally posted by Lyoto View Post
        Ok great I found a way to do it.

        How can I get all the races only for tomorrow ?

        I am usign the ''marketStartTime':{'from':'' + date + ''}} and sending the date as date from tomorrow but it still returns races from today
        You can use a variation of this:

        https://github.com/liampauling/betfa.../exampleone.py

        Comment

        Working...
        X