lichess.org
Donate

Search "user:lc91"

8 forum posts
Lichess Feedback - Open a game challenge but only for followers/following users#1

I was thinking that, as I've played on lichess for a couple of years, I've accumulated a fair number of people I follow (and/or they follow me). And, most often than not, I'd be interested in playing …


lc91
Lichess Feedback - A Watch section that shows ongoing games by friends#1

I'm thinking a neat feature would be to watch any games that are currently being played by friends, like a panel similar to what shows up when you say "current games" Maybe an easier way would be to j…


lc91
General Chess Discussion - Download multiple games through API#12

I was using python 3.9


lc91
General Chess Discussion - Download multiple games through API#8

I think it's the brackets on the data= parameter. I don't think you need it to be a dictionary, at least mine worked with a plain list. data = '0B9StLGe','NUfIs3FP','0ukER2Kl', Although in my code I h…


lc91
General Chess Discussion - Download multiple games through API#6

Hey, @VishyNotAnand , I managed to make it to work with @synapz help! gameIDs = ['0B9StLGe','NUfIs3FP','0ukER2Kl'] r = requests.post( "https://lichess.org/games/export/_ids", data = gameIDs, params={"…


lc91
General Chess Discussion - Download multiple games through API#4

I'm still working on it with some help from #general-programming on the lichess discord. Will also update if I get it to work!


lc91
General Chess Discussion - Download multiple games through API#2

Same, trying to get this to work as well!


lc91
Lichess Feedback - Creating Studies on Android App#1

Hello, I have the Android app and there is no option to create a new study or to make a game being analyzed in the analysis board into a study. I know I can always go to the desktop/browser version an…


lc91