Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoSa-2000 committed Jun 4, 2023
1 parent a8a0239 commit 9820ec6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ malid = gifs.get_malId(gif) #get the ID of the gif's anime myanimelist page.
* Cuddle
* Dance
* Disgust
* Exploding
* Facedesk
* Facepalm
* Flick
Expand All @@ -55,6 +56,7 @@ malid = gifs.get_malId(gif) #get the ID of the gif's anime myanimelist page.
* Lick
* Love
* Marry
* Nod
* Nosebleed
* Nuzzle
* Pat
Expand All @@ -75,6 +77,12 @@ malid = gifs.get_malId(gif) #get the ID of the gif's anime myanimelist page.
* Sorry
* Spank
* Stare
* Tease
* Threat
* Tickle
* Tired
* Wave
* Yawn

**Special Category List**

Expand Down
6 changes: 3 additions & 3 deletions animegifs/animegifs.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ def get_gif(self, category: str) -> str:
Args:
category (str): Valid categories: attack, bite, bloodsuck, blush, bonk,
brofist, cry, cuddle, dance, disgust, facedesk, facepalm, flick, flirt,
brofist, cry, cuddle, dance, disgust, exploding, facedesk, facepalm, flick, flirt,
handhold, happy, harass, highfive, hug, icecream, insult, kill, kiss,
lick, love, marry, nosebleed, nuzzle, pat, peck, poke, popcorn, pout,
lick, love, marry, nod, nosebleed, nuzzle, pat, peck, poke, popcorn, pout,
punch, punish, random, run, sad, scared, shoot, shrug, sip, slap, smirk,
sorry, spank, stare.
sorry, spank, stare, tease, threat, tickle, tired, wave, yawn.
Returns:
gif: gif (url) -> str
Expand Down
8 changes: 6 additions & 2 deletions animegifs/distutils/gifs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,20 @@
"bite", 'bloodsuck', 'blush', 'bonk', 'brofist',
'cry', 'cuddle',
'dance', 'disgust',
'exploding',
'facedesk', 'facepalm', 'flick', 'flirt',
'handhold', 'happy', 'harass', 'highfive', 'hug',
'icecream', 'insult',
'kill', 'kiss',
'lick', 'love',
'marry',
'nosebleed', 'nuzzle',
'nod', 'nosebleed', 'nuzzle',
'pat', 'peck', 'poke', 'popcorn', 'pout', 'punch', 'punish',
'random', 'run',
'sad', 'scared', 'shoot', 'shrug', 'sip', 'slap', 'smirk', 'sorry', 'spank', 'stare']
'sad', 'scared', 'shoot', 'shrug', 'sip', 'slap', 'smirk', 'sorry', 'spank', 'stare',
'tease', 'threat', 'tickle', 'tired',
'wave',
'yawn']

def authentication():
response = requests.post("https://enkidu-app-5a3qq2fqya-uc.a.run.app/key1")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = "\n" + fh.read()

LONG_DESCRIPTION = long_description
VERSION = '0.6.0'
VERSION = '0.6.1'

setup(
name='animegifs',
Expand Down

0 comments on commit 9820ec6

Please sign in to comment.