Metadata-Version: 2.1
Name: kkwebapi
Version: 0.1.0
Summary: Web API wrapper for Koikatu / EmotionCreators official uploader.
Home-page: https://github.com/great-majority/KoikatuWebAPI
Author: great-majority
Author-email: yosaku.ideal+github@gmail.com
Requires-Python: >=3.7.1,<4.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pandas (>=1.3.0,<2.0.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Description-Content-Type: text/markdown

# KoikatuWebAPI
Web API wrapper for Koikatu / EmotionCreators official uploader.

# Installation
```
$ pip install kkwebapi
```
```
$ python -m pip install kkwebapi
```

# Basic Usage
```python
>>> 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
...
```
