Skip to main content

Асинхронный клиент для взаимодействия с закрытым API kwork.ru

Project description

kworker

PyPI version Python versions License GitHub stars GitHub release date

Зачем нужен kworker

Предоставить удобное взаимодействие с API фриланс биржи kwork.ru

Как установить kworker

python -m pip install kworker

Начало работы с kworker

import asyncio
from api 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})")
    finally:
        await client.close()

asyncio.run(main())

Поддержка

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

kworker-0.1.0.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kworker-0.1.0-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

Details for the file kworker-0.1.0.tar.gz.

File metadata

  • Download URL: kworker-0.1.0.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for kworker-0.1.0.tar.gz
Algorithm Hash digest
SHA256 4774c008617320e71a71bdee5ac61462c8cad2827c440bf7e32212dfa3afd1e6
MD5 e3a055dba313574952f80b11a713c7f4
BLAKE2b-256 5d31339e3193bce6fcfb25066626c70844bd4dd477da8f23e4d0542a6f725243

See more details on using hashes here.

File details

Details for the file kworker-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: kworker-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 6.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for kworker-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b411f4bdfb318b32c2e2f2a560873e9c09227916e3b7421a8fa31bc8929c18e1
MD5 c765b49a0aebd948fe1018de1e18096a
BLAKE2b-256 fa891e2a839e1162280418f0a9f84902d17e5c187a40365187029fb426ca7e5d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page