Skip to main content

Interact with the REST-API of itch.io

Project description

itchio-lib

Since I didn't find one, I made it on my own.

Purpose

Use the REST-API of itch.io in python in a simple way

Examples

import itchio

session = itchio.Session("1234")
#                        ^
#                        This is your API-key

userCollection = itchio.UserCollection(session)

me = userCollection.me()

print(me.username)
Tch1b0

Installation

This library is currently not available on pypi. However, you can still install this library using pip.

$ pip install git+https://github.com/Tch1b0/itchio-lib.git#egg=itchio

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

itchio-0.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page