Skip to content

A Web API wrapper for Koikatu / EmotionCreators official uploader.

Notifications You must be signed in to change notification settings

great-majority/KoikatuWebAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
...