DuckDuck

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


Keywords
duck, randomduck, randomduk, duckapi
License
MIT
Install
pip install DuckDuck==0.0.3

Documentation

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