API client wrapper for Koo micro-blogging platform
Project description
Work in progress!
Koo API
This is a basic api wrapper for Koo.
Use
Install
pip install koo-api
Usage
from koo_api import KooAccount, KooAccountNotFoundException
user = KooAccount("felipeneto")
for post in user.get_koos():
print(post.content)
Development
This is the standard workflow:
- Clone this repo. Before anything:
pip install poetry
poetry install
- Create a new branch, add your changes and tests.
git checkout my-new-feature
- Run linting check and tests with:
poetry run tests - If it is all ok format it with:
poetry run format - Commit and open a pull request and request a review from one of the autors.
TODO
- [] ??
- [] ??
- [] ??
- [] ??
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
koo_api-0.0.3.tar.gz
(3.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file koo_api-0.0.3.tar.gz.
File metadata
- Download URL: koo_api-0.0.3.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.2 Linux/5.15.0-1023-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bb29560614a1208ab8eeb01fbb4cc20e0f948fd4a72c4f4613ec9a506649b12
|
|
| MD5 |
373e828f50c0ea55fca4605dea04997e
|
|
| BLAKE2b-256 |
d2be6886e436200f96fa15892c9f3e7c38ce45a059350491573c81d1ebc4af23
|
File details
Details for the file koo_api-0.0.3-py3-none-any.whl.
File metadata
- Download URL: koo_api-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.2 Linux/5.15.0-1023-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83a67f3508887d61d3aa90ca651e0304a0550e42ed1289ce14f972730fc22e61
|
|
| MD5 |
429929382ecd25ae6d338769ab1776f4
|
|
| BLAKE2b-256 |
dd2b82a3e98735a65a1e056175f6175475c9fa5278d19d72280bf441214ca21d
|