Skip to main content

An asynchronous api wrapper for FusionSidsAPI.

Project description

CodeFactor

FusionSidAPI Wrapper for python

An asynchronous (badly coded) api wrapper to use FusionSidAPI in python.


Install:

You can install this library from PyPi: Link

Install with pip:

pip install fusionsidsapi

Examples:

Look in the examples folder for some examples

Example for getting a roast:

import asyncio
from fusionsid import Fun

async def main():
    roast = await Fun().roast()
    print(roast)

loop = asyncio.new_event_loop()
loop.run_until_complete(main())

FusionSidAPI Github


Contact:

Discord: FusionSid#3645

Change Log

0.0.2 (08/03/2022)

  • Added Fact, Truth, Dare and Truth+Dare functions in the Fun Class

0.0.2 (06/03/2022)

  • Added created_at Attribute to Meme, QRCode and RandomMeme classes

0.0.1 (06/03/2022)

  • First Release

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

fusionsidsapi-0.0.3-py3-none-any.whl (5.7 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