Wow! This is very cool!
How do you fetch level data from itch.io comments? Is there an endpoint to get raw text, or do you parse the html? I would like to try this in one of my project.
Thanks.
There is not api I'm aware of, so I just parse html using jsdom - nothing fancy.
I see.thanks a lot for the response.