Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slack #51

Closed
liampauling opened this issue Mar 11, 2017 · 8 comments
Closed

Slack #51

liampauling opened this issue Mar 11, 2017 · 8 comments

Comments

@liampauling
Copy link
Member

I have created a slack group to discuss any issues:

betfairlightweight.slack.com

@agberk
Copy link
Contributor

agberk commented Mar 11, 2017

Looks like one needs an invite to get onto it? Can I get one? :)

@liampauling
Copy link
Member Author

Annoyingly I have to invite you using your email address or I can whitelist an email domain, do you use gmail? The alternative is to create a web app to host the invite process which is way too much effort.

@agberk
Copy link
Contributor

agberk commented Mar 11, 2017

Yup, I'm on gmail

@liampauling
Copy link
Member Author

And I cant add gmail, can you send me an email, its [surname][firstname]@gmail.com, so my username on here backwards.

@favetelinguis
Copy link

Im getting no account found for team when trying to join?

@liampauling
Copy link
Member Author

Please send me an email.

liampauling referenced this issue Feb 27, 2018
market version is dict not str
@tarak2014
Copy link

I am using the streaming example given in https://github.com/liampauling/betfa...lestreaming.py.
I can see the streaming data coming from Betfair by printing market_book.streaming_update attribute.

I have below queries:

  1. How can we get the available ladders for back and lay (atb and atl) for every runner at that point of time.
  2. How can we get the best available ladder for back and lay (batb and batl) for every runner at that point of time.
  3. I have gone through the Exchange Stream documentation provided by Betfair and understood the logic behind building price cache (https://docs.developer.betfair.com/d...ingapricecache). Should we build it manually or is this functionality already available in your solution.

Being a newbie to python and betfair I am trying to understand the code of betfairlightweight API (https://github.com/liampauling/betfair).

Any help would be greatly appreciated.
Thanks in advance.

@liampauling
Copy link
Member Author

liampauling commented Nov 25, 2019

1 / 2 just involves you asking for the data in the market_data_filter

3 bflw handles all the heavy lifting with the cache etc. you can just pull off the latest MarketBook and work with that, you don't need to look at 'streaming_update'

Join the slack group for questions like this.

https://betfairlightweight.herokuapp.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants