Metadata-Version: 2.1
Name: Bruhapi
Version: 0.0.2
Summary: UNKNOWN
Home-page: https://github.com/sldless/Bruhapi
Author: sldless
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: aiohttp

#Bruhapi

This is an UNOFFICIAL Python wrapper for or of https://bruhapi.xyz :)


```
$ pip install Bruhapi
```

These are the endpoints of this wrapper

sponge, chatbot, joke, word, topic, fact


For self you can use self or "self"

Chat bot example
```
from Bruhapi import Bruh
LOL = await Bruh.chatbot("self", text='HI') #replace "HI" with the text you want
print(LOL)
```
And facts example 

```
nice = await Bruh.fact(self)
print(nice)
```

