rhgrant10 / berserk

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

Added TV streaming #37

Open hendrikmelse opened 3 years ago

hendrikmelse commented 3 years ago

Added a function stream_tv_game() in clients.py that gets an iterator over gave states for the current featured TV game.

This is very similar to the function stream_game_state(), but it uses the api/tv/feed endpoint instead of api/board/game/stream/{game_id}.