rhgrant10 / berserk

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

using API from Alexa skill to play unlimited engine game #44

Closed rwst closed 2 years ago

rwst commented 2 years ago

Description

This is kind of checking if the idea is possible. Alexa skills are code (e.g. Python) hosted in the cloud, and are invoked by Alexa speech recognition. Provided someone has given their Lichess login credentials to the skill, do you think it possible they can play a game against the engine, unlimited time control? Do you see fundamental problems invoking the API from the cloud to do this? I'm a bit wobbly with this as I'm more of a desktop dev, less a web dev.

Virinas-code commented 2 years ago

I think it's possible. Everyone can invoke the API.

rwst commented 2 years ago

Thanks. I see now how this can work.