Need your help making a chrome extension, Start new game from URL

Sort:
BindaasTomal

Hi there, I am making a Google chrome extension about Chess and I need your help.

The extension allows you to start a new game by clicking on the extension without having to visit chess.com.

I did this by calling this custom URL:

https://www.chess.com/play/online/new?action=createLiveChallenge&base=600&timeIncrement=0

Now, I want to add other features, like the ability to pick a rating range, and pick a specific player to start this game.

Would you be willing to help me out on this by letting me know the appropriate query parameters?

Thanks in advance.

TheVikingPotato

Hi,

The API allows for interacting with game creation? I am improving a web app we use in a chess.com team to play internal tournaments (daily mode), and I was looking for how to pick a specific player to start a game. I haven't found no way to do it, but I am still trying to do it.

Do you know what is the appropiate query parameters to create a daily (3 days per movement) challenge?

Thanks for your help, and if I found the way to pick a specific player I will share it, but maybe it is not possible.