Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

itch.io game downloader

A topic by derribado created Dec 31, 2018 Views: 615
Viewing posts 1 to 1
(+2)

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

This topic has been auto-archived and can no longer be posted in because there haven't been any posts in a while.