Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

derribado

1
Posts
1
Topics
1
Followers
A member registered Feb 03, 2017

Recent community posts

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":{}}

I am using this to get it:

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