Skip to content

iamSkev/duck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A async wrapper for the RandomDuck API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages