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
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 details)
File details
Details for the file kooPy-0.4.tar.gz
.
File metadata
- Download URL: kooPy-0.4.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.6.3 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68c510290cd906c34d4c25b870950cdf11cb1209a60757fe5e8545f55c70d186 |
|
MD5 | d99fabb1ec74333715a440f543885a04 |
|
BLAKE2b-256 | ab62e908e3da6d6fef683db765e63782dbd5ead3c57ca3a46593454838e4d48f |