Skip to content

Easy to use asynchronous API wrapper for OtakuGIFs written in Python.

License

Notifications You must be signed in to change notification settings

AndehUK/expressipy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

expressipy

Easy to use asynchronous API wrapper for OtakuGIFs written in Python.

Key Features

  • Modern Pythonic Interface
  • Easy to use

Links

Installing

Python3.7 or higher

To install the library, run the following command

# Linux / MacOS
python3 -m pip install -U git+https://github.com/ExHiraku/expressipy

# Windows
py -m pip install -U git+https://github.com/ExHiraku/expressipy

Quick Example

import asyncio
import expressipy

client = expressipy.Client()

async def main():
    return await client.random()

result = asyncio.run(main())
print(result)  # https://cdn.otakugifs.xyz/gifs/hug/68ed8177a3a022d8.gif

About

Easy to use asynchronous API wrapper for OtakuGIFs written in Python.

Resources

License

Stars

Watchers

Forks

Languages