Skip to main content

ddapi

Project description

ddapi is an api from the ddnet and qwik website

Installation

  pip install ddapi

or

  pip install git+https://github.com/ByFox213/ddapi

Usage/Examples

DDnet

import asyncio
from ddapi import DDnetApi, DDPlayer


async def main():
    obj = DDnetApi()
    nickname = "Cor"
    user: DDPlayer = await obj.player(nickname)
    if user is None:
        return "Player not found"
    print(f"{user.player}: {user.points.points}")
    # Cor: 31473 
    await obj.close()  # Closing client Not necessary
    assert isinstance(user, DDPlayer)


asyncio.run(main())

other examples

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

ddapi-0.5.0.tar.gz (9.1 kB view details)

Uploaded Source

Built Distribution

ddapi-0.5.0-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

Details for the file ddapi-0.5.0.tar.gz.

File metadata

  • Download URL: ddapi-0.5.0.tar.gz
  • Upload date:
  • Size: 9.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for ddapi-0.5.0.tar.gz
Algorithm Hash digest
SHA256 6787e75046179293e855f7ef66f17cb18d2311b8a48957507da840a36ff15530
MD5 dd25185df6b054726875fe9097ead389
BLAKE2b-256 edc3a7103014c154702f6f0ce8ef753cbbf201434792e6e4702473e9418ee0ee

See more details on using hashes here.

File details

Details for the file ddapi-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: ddapi-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for ddapi-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 eaf8d49b2dd1652be2691c0986edb0c27ecd5bc4a4b4d4434c2f37540609768e
MD5 01aeaa9da40e037e120bd0b0241153a8
BLAKE2b-256 3e1fbd8cefa85468e3216b3544f4c1120a33bc5734caf35712991e69dc73e565

See more details on using hashes here.

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