I am trying to make an itch.io game downloader in python. When I interface with the API to get the list of games in an account I get this:
{"collections":{}}
import requests url = https://itch.io/api/1/MY-API-KEY/my-collections games = requests.get(url) print(games.text)
I am probably missing something obvious so if you see it please point it out
Thanks,
derribado