One of my opponent got disconnected in a losing position and I got this. So this was a new response from server. Your opponent quit without resigning in a losing position. If they continue to do this, their account will be restricted according to our Sportsmanship Policy.
Avatar of Tricky_Dicky
Tricky_Dicky Sep 19, 2020
I have just, thanks to social isolation, finished off the first version of ChessStats. A little command line utility for windows/linux that gives, amongst other things, the time any user has spent playing games on chess.com. The project is over on github here and the Releases are here.
Avatar of BaronVonChickenpants
BaronVonChickenpants Sep 17, 2020
I was looking for a way to easily get at the PGNs for games I've played (and games I've been interested in) so I decided to build an app with Elm to help me out. Thought I'd share in case it interested anyone here Atm it accepts a username and allows you to browse all the public games played by that user, then displays the PGN for the games you choose to look at. It'd probably be nice to extend it to accept a chess.com URL to just pull the PGN from there eventually. For my uses, I wanted a paired down PGN with the generated comments stripped so that's what the app provides but if anyone finds the thing useful and would like the comments restored, I'd be happy to talk about it. The live app lives here https://chesscom-pgn.shnewto.space/ It accepts usernames in the url, i.e.https://chesscom-pgn.shnewto.space/?username=shnewto And the source code lives here https://github.com/shnewto/chesscom-pgn Thanks for taking a look if you decide to!
Avatar of ChessCoach
ChessCoach Sep 16, 2020
is there an OAuth2.0 implementation, so that the users can authentificate themselfs in my platform using there chess.com credenticals? My Idea is to link a chess.com account to a user account in my platform, but there is no way to now if the chess.com account belongs really to that user. I think an OAuth mechanism could be a create great why to do that.this there a why to do this?
I would love to create a button "Continue using Chess.com" on my website (similar as Facebook has). Would this be possible? If you need advice on how to implement this, I'm more than happy to help.
Hello!I would like to translate the extension for Chrome "Vocal Commentary" in Italian.I noticed that inside the folder of the extension there are two folders: Danny and Default, which are the two options available.Inside there is the mp3's folder with all the previously recorded voices.I simply recorded a new set of audio files in my language (Italian) and the correct mp3 files in their correct folder and maintaining the correct name of every single file.But I don't know why, it crashes after the second move (the first one works correctly)! Any suggestion? have only replaced the mp3 files! If there something I could do to fix that?I know this is a developer issue, but asking doesn't cost anything I suppose :-) :-)Thank you in advanceDanieleps. Eventually I'm available to share my "Italian" version for free and the community :-)
Avatar of DaniFound
DaniFound Sep 11, 2020
Hello, I have recently created my YouTube channel and its official Discord Server. I have set up all the things in the server but some special things like server custom bot and some complicated discord features I couldn't set up. So, if there is someone who is a Discord Expert please contact me through Chess.com Message
Avatar of old_will_buck
old_will_buck Sep 10, 2020
Stockfish 12 NNUE is somewhat 300 points stronger than Stockfish 10 and so please change it, Thanks
Avatar of Tricky_Dicky
Tricky_Dicky Sep 8, 2020
About the Live Team Match API (https://api.chess.com/pub/match/live/{ID}) I think there is an error when defining the time_class tag in rapid live matches. Assuming that rapid games have a time control longer than 10 minutes, the time_class tag is currently 'standard' instead of 'rapid'. It can be quickly checked from the very example for the API: {"@id":"https://api.chess.com/pub/match/live/5861","name":"Friendly 10|2 Rapid Open: Srbija Tim vs Team USA Live","url":"https://www.chess.com/club/matches/live/5861","start_time":1579988425,"status":"scheduled","boards":0,"settings":{"rules":"chess","time_class":"standard","time_control":600,"time_increment":2,"min_team_players":1,"min_required_games":0,"autostart":false} However, this tag is correct for lightning and blitz live matches.
Avatar of funchesser88
funchesser88 Sep 2, 2020
I have knowledge of PHP, Mysqli, ajax, but I have not created an API. I need to update the data of my leagues on the website we have. Can anyone help us?
Avatar of mariocamposs
mariocamposs Aug 28, 2020
My friend wants to share a python program he created but we don't know the best way to do it. What do we do?
Hello, I've been trying to scrap in python the chess.com/live page to know if my friends are playing and instantly open their games links. Unfortunately, I couldn't manage to log into chess.com using the Python cookiejar and requests libraries. Is this even possible/allowed ? Do you have any idea of how I could make it ? Thank for your answers
Avatar of thegadgettechie
thegadgettechie Aug 19, 2020
Is there a call to retrieve the current standings of a tournament? The only thing I found is the Get a Tournament Round's Group method, I could iterate through the different matches, but it doesn't tell the amount points made with the win which may have different values in Arena tournaments.
Avatar of VictorBenso
VictorBenso Aug 15, 2020
I am trying to build up a training dataset to train a convolutional neural network to convert handwritten score sheets into PGN. Does anybody have a (large) body of score sheet images + respective PGNs or knows which persons/entities could potentially provide those? Since score sheet formats vary widely between countries and federations I'd be interested in a variety of them.
Avatar of BetweenTheBoard
BetweenTheBoard Aug 14, 2020
I don't see anywhere in the PubAPI to return the value that can be found at https://www.chess.com/stats/live/blitz/pewwww#recent for example. The leaderboard stat seems to only be fetchable for the top 500 or so players if you use the /int/leaderboards/{page} endpoint, but not through /pub/player/{username} or any other way. It's scrapable but I don't think that's the appropriate way to do things. Is there an endpoint I'm missing or is this planned to be added eventually?
Hey everyone, is there any plan to expose a public API which tells whether a particular player is playing a bullet/rapid/blitz game? Currently I see an API only for daily games. Any response will be helpful, thanks : )
Avatar of Tricky_Dicky
Tricky_Dicky Aug 13, 2020
I am a data science student at General Assembly. For my final project I am hoping to build a model that could predict a puzzle's rating based on the position. Does anyone know how I might be able to access the puzzle dataset so I can use it to train and test my model? Thanks, folks!
Avatar of stephen_33
stephen_33 Aug 13, 2020
The API does not have forum posts or comments for clubs, and that would be great for creating cool applications (I was thinking forum posts discussed in Discord). Another fun idea would be posting a forum or new post yourself; you could have credentials like an API key in your settings or something.
Hi everyone, I asked this question in the general chess.com forum and people referred me to this comunity. I have a problem. I want to make some statistical analyses using the final position of several games. For this purpose, I need to know what pieces were left in the final position and in which square they were. Due to the huge ammount of games (arround 1000), I need an automatic process or something similar. I know that FEN code gives me that information, but I don't know how to extract the FEN code of the final position of this several ammount of games. Does anyone have an idea on how to do this? Is there any software that allows me to do that? All suggestions are welcome.