fganss / kickbase-api-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kickbase_API

Kickbase API for Python 3. This work is unofficial and not related to kickbase in any way. All of this was done for scientific reasons only and you should not use it for anything else but for your personal learning!

Installation

  • From pypi: pip3 install kickbase_api

Requirements

Usage

from kickbase_api.kickbase import Kickbase
kickbase = Kickbase()
user, leagues = kickbase.login("username", "password")

Docs

The docs for this library can be found here.

API

This library is based on Kickbase API Doc.

License

MIT License

About

License:MIT License


Languages

Language:Python 100.0%