Асинхронный клиент для взаимодействия с закрытым API kwork.ru
Project description
kworker
Зачем нужен kworker
Предоставить удобное взаимодействие с API фриланс биржи kwork.ru
Как установить kworker
python -m pip install kworker
Начало работы с kworker
import asyncio
from kworker import KworkAPI
async def main():
try:
client = KworkAPI(login="example@email.com", password="123456", phone_last='1234')
# Получение информации о себе
me = await client.get_me()
print(f"Авторизован: {me.username} (ID: {me.id})")
# Отправка своего запрос
await client.request(method="post", api_method="user", id="10101", token=await client.token)
finally:
await client.close()
asyncio.run(main())
Поддержка
- Баги и предложения: GitHub Issues
- Telegram: @maaks11
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
kworker-0.1.2.tar.gz
(6.3 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 kworker-0.1.2.tar.gz.
File metadata
- Download URL: kworker-0.1.2.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1b50250cf6680c81ecb61b08888107642e461c5c5c577f0be9f5ec396ec8ff5
|
|
| MD5 |
4ddb2e7bb4539e22ef7ec5c36d0ef0b7
|
|
| BLAKE2b-256 |
3b10bf6dee0ce0debc75e3af889880d4b56da29898433fb9110ff2450a8b3f0a
|
File details
Details for the file kworker-0.1.2-py3-none-any.whl.
File metadata
- Download URL: kworker-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72e770e523126f07723ad26473d4778c8e1559def787a582ef213f8ce922666b
|
|
| MD5 |
ea5f4505d6f27c543b252a5aa1366370
|
|
| BLAKE2b-256 |
2422edfd33fea5ed4353c493a08a027bbc9e5fabfeb40e2934c213a456b0431d
|