Skip to main content

a Python wrapper for the starlight.kirara API

Project description

Documentation Status

pyKirara

pyKirara is a Python library for the starlight.kirara REST API

Basic Documentation

Usage

import pyKirara

client = pyKirara.Kirara()
uzuki = client.get_idol(101)

print(f"HI! MY NAME IS {uzuki.conventional}")
print("I'll do my best!")
print(f"I'am {uzuki.age} years old!")

# Returns:
# HI! MY NAME IS Shimamura Uzuki
# I'll do my best!
# I'am 17 years old!

Requirements

  • Python 3.6 (Will make backwards compatible)
  • Requests library

License

MIT

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

pyKirara-1.0.0.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

pyKirara-1.0.0-py3-none-any.whl (9.4 kB view hashes)

Uploaded Python 3

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