Skip to main content

An async API wrapper for the Random-d.uk API

Project description

DuckDuck

A async wrapper for the RandomDuck API

Documentation Status PyPI

Features

  • An async library.
  • Has all of the endpoints covered in v2.
  • Has a object oriented design so it's easy to use.

Installation

$python -m pip install DuckDuck

Example

import asyncio

import DuckDuck

client = DuckDuck.Duck()

async def main():
  url = await client.fetch_random()
  print(url)

asyncio.run(main())

Support

Contact me: iamSkev#4260

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

DuckDuck-0.0.3-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

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