great-majority / KoikatuWebAPI

A Web API wrapper for Koikatu / EmotionCreators official uploader.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KoikatuWebAPI

A Web API wrapper for Koikatu / EmotionCreators official uploader.

Downloads

Installation

This module is available on PyPI.

$ pip install kkwebapi
$ python -m pip install kkwebapi

Basic Usage

>>> from kkwebapi import KoikatuWebAPI
>>> df = KoikatuWebAPI.get_ranking()
>>> print(df)
          id  sex  height  bust  hair  personality  blood_type  ...    name  nickname handle_name            comment download_num                                                uid  weekly_download_num
0          1    1       1     2     2            0           3  ...   高岡 結香        ユイ    ILLUSION       ILLUSIONサンプル         1256  gOuAD02g92pX05r3Sj2aJJeJ01FdWqh01pe5PM1284vK01...                    6
...

About

A Web API wrapper for Koikatu / EmotionCreators official uploader.


Languages

Language:Python 98.0%Language:Makefile 2.0%