randomstuff.py
Last updated
Was this helpful?
Last updated
Was this helpful?
An easy-to-use and feature rich API wrapper for the
Easy to use & organised: Parameters and method names are same as suggested by API. Uses object oriented design to ease the user.
Well optimised: The wrapper is designed to be as optimised as possible.
Customisation: You can customise the wrapper as you want using multiple versions support.
Up-to-date: Wrapper is well maintained and is kept updated with the API.
Entire API wrapped: This wraps the entire API including the version 3 as well as the latest version 4 of the API.
This library is available on and can be installed using . Make sure to install
Though this is not a complex wrapper, it is recommended to have knowledge of Python.
Other then that, to whet your appetite, Here are some quick examples to get you started.
Using the above code, you got an AI response to the message which was "Hi there!".
This wrapper also supports the image and joke endpoint.
Now, for the joke endpoint.
The joke can be a dictionary or a string depending on its type. joke
is object so you can see it's doc for more info.
This library is powered by the amazing community on . If you want to contribute to this library, Go to GitHub and land your contribution! :)