Skip to main content

KooPy: Koo for Python!

Project description

KooPy: Koo for Python!

KooPy is a Python library for KooApp.

This is a very basic version with only the most basic functions.

Installation

Use the package manager pip to install KooPy.

pip install kooPy
pip install kooPy --upgrade

Usage

from kooPy import Koo

# Initialize
ku = Koo()

# Get User Profile
profile = ku.getUserProfile('virat.kohli', format='dict', method='filter')

# Get User Koos
user_koos = ku.getUserKoos('virat.kohli', format='dict', method='filter', limit=10)

# Get Trending Koos
trending = ku.getTrendingKoos(format='dict', method='filter', limit=5)

Contributing

Pull requests are welcome. For major changes, you can also open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

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

kooPy-0.4.tar.gz (4.1 kB view hashes)

Uploaded Source

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