An asynchronous api wrapper for FusionSidsAPI.
Project description
FusionSidAPI Wrapper for python
An asynchronous api wrapper to use FusionSidAPI in python.
Install:
You can install this library from PyPi: Link
Install with pip:
pip install -U fusionsidsapi
Need Help
Even though there is so documentation for this package at the moment, each class and function has a doc string so if you need help with anything in the pacakge just use the built in python function help()
eg:
import fusionsid
# Example 1
help(fusionsid.RandomMeme)
help(fusionsid.GenerateMeme)
# Example 2
help(fusionsid.Image.qrcode)
help(fusionsid.Fun.truth_or_dare)
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.5 (08/03/2022)
- Fixed some bugs with the stats
0.0.4 (08/03/2022)
- Added doc strings to every function/class
0.0.3 (08/03/2022)
- Added Fact,
Truth
,Dare
andTruth+Dare
functions in theFun
Class
0.0.2 (06/03/2022)
- Added
created_at
Attribute toMeme
,QRCode
andRandomMeme
classes
0.0.1 (06/03/2022)
- First Release
Project details
Release history Release notifications | RSS feed
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
Close
Hashes for fusionsidsapi-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4544d0eed55a5a9d97b25feca68e7cde297e19aabb15d5cf3319137cc32c8c1 |
|
MD5 | e4a82f69851f8d9704ae1874ff8d63e7 |
|
BLAKE2b-256 | 65d13e4987471123d98a9210494351bc229fb208d293fb869a7c0f5786d85ad6 |