rhgrant10 / berserk

Python client for the lichess API
https://berserk.readthedocs.io
Other
142 stars 36 forks source link

Missing important method of the official "BOARD" Lichess API in Berserk #12

Closed tosca07 closed 4 years ago

tosca07 commented 4 years ago

Description

Hello, first of all thanks for this great Python API wrapper for the Lichess API - I really enjoy using it.

Some weeks ago lichess introduced the "board client" which I use to integrate it with my DGT Board. I was happy to see that you already support this client but I am missing one method/command of the official lichess BOARD API: the seek command for creating an automatic challenge, see

https://lichess.org/api/board/seek

Is it possible that you include this method?

Thanks Dirk

rhgrant10 commented 4 years ago

Thank you, much appreciated. Glad it's useful for you.

Adding this method is on the roadmap. Just need time. It's possible I'll get to it this weekend. Alternatively, I'm always accepting pull requests :wink:

rhgrant10 commented 4 years ago

Available in v0.9.0 on the PyPI.

tosca07 commented 4 years ago

Thank you so much (I would not have been able to do this :-( Really appreciate your help and fast response! Your API lib is really helping people like me who just started with python to be able to write an interface to lichess, so cool!