lichess.org
Donate

Search "user:MrN0b0dy227"

6 forum posts
Lichess Feedback - Can I make an api call to pull the games from all my matches vs stockfish level 8 #6

best I can think of ATM is a File.ReadAllLines("download.pgn").ToList().ForEach(line=>{Regex.Replace(line, "regex", "");} ); and then write that to a file.


MrN0b0dy227
Lichess Feedback - Can I make an api call to pull the games from all my matches vs stockfish level 8 #5

I had to read up on https://tools.ietf.org/html/rfc3986 but this looks right. Not sure why but it appears that the stock fish AI is immune to selection via ?vs= query string


MrN0b0dy227
Lichess Feedback - Can I make an api call to pull the games from all my matches vs stockfish level 8 #4

*it shows up in the pgn games as opponent name "lichess AI level 8" when doing without filter works for the game you played against me: lichess.org/api/games/user/fishbrah?vs=MrN0b0dy227 I not sure if…


MrN0b0dy227
Lichess Feedback - Can I make an api call to pull the games from all my matches vs stockfish level 8 #3

*as per https://lichess.org/api#operation/apiGamesUser


MrN0b0dy227
Lichess Feedback - Can I make an api call to pull the games from all my matches vs stockfish level 8 #2

lichess.org/api/games/user/fishbrah?vs=Stockfish%20AI%20level%208 lichess.org/api/games/user/fishbrah?vs=lichess%20AI%20level%208


MrN0b0dy227
Lichess Feedback - Can the tournament api pull the pre-tournament rating of each player vs their rating at tourn end#10

https://lichess.org/api#operation/apiUser


MrN0b0dy227