Skip to content

TheDiscordians/discordians.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discordian-API for Python

A simple fully async wrapper for the Discordians API.

Example

Fetching fancy variant of normal text.

import asyncio
import discordians

async def main():
    client = discordians.DiscordiansClient()
    text="This is gonna be fancy!"
    fancyText = await client.fancy(text=text)
    print(fancyText)
    await client.close()

asyncio.get_event_loop().run_until_complete(main())

Requirements

aiohttp>=3.3.0,<3.4.0

Contributing

Just open a PR!

Support

You will find support for this at our Discord server, https://discord.gg/jr8g83W

License

It's released under the MIT license.

About

The official Python wrapper for Discordians API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages