Metadata-Version: 2.4
Name: OTAKUGIFS
Version: 1.0.1
Summary: A Python wrapper for the OtakuGIFS API
Home-page: https://github.com/infinite31/OTAKUGIFS
Author: INFINITE_.
Author-email: work4infinite@gmail.com
Keywords: python,gif-generator,anime,api,wrapper
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: httpx
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

## A Python wrapper for the OtakuGIFS API, created by INFINITE_. using httpx

[API LINK](https://otakugifs.xyz)

### How to install
```
pip install otakugifs
```

### How to use

#### Step 1
Import OTAKUGIFS and create an instance.
```py 
from otakugifs import OtakuGIFS
gifs = OtakuGIFS()
```


#### Step 2
Call the method for your corresponding gif reaction. For example if you want a reaction for hug you can do this:
```py
gifs.hug(format="GIF")
```
Format can be:
  - GIF
  - AVIF
  - WebP

Returns -> A string with the url of the reaction.


### All reactions
airkiss , angrystare , bite , bleh , blush , brofist , celebrate , cheers , clap , confused , cool , cry , cuddle , dance , drool , evillaugh , facepalm , handhold , happy , headbang , hug , huh , kiss , laugh , lick , love , mad , nervous , no , nom , nosebleed , nuzzle , nyah , pat , peek , pinch , poke , pout , punch , roll , run , sad , scared , shout , shrug , shy , sigh , sip , slap , sleep , slowclap , smack , smile , smug , sneeze , sorry , stare , stop , surprised , sweat , thumbsup , tickle , tired , wave , wink , woah , yawn , yay , yes
