Skip to content

Releases: iDutchy/sr_api

pokedex fix

Choose a tag to compare

@iDutchy iDutchy released this 16 Oct 00:54
  • Fix pokedex sprites and evolution line

Customizable settings

Choose a tag to compare

@iDutchy iDutchy released this 16 Oct 00:39
  • OwOify lyrics with client.get_lyrics(title, owo=True)
  • Pass your own aiohttp.ClientSession so you dont have to separately close sr_api's session with client = sr_api.Client(session=mysession)
  • Fixed a typo in the docs
  • Add examples

Fix mistake + error access

Choose a tag to compare

@iDutchy iDutchy released this 13 Oct 23:33
  • Fixed the big mistake I made
  • gave access to sr_api.InputError and sr_api.PremiumOnly

New endpoint + breaking changes

Choose a tag to compare

@iDutchy iDutchy released this 13 Oct 23:10
  • Fixed client token error
  • Added amongus endpoint
  • Client.view_color is no longer a coroutine
  • Client.youtube_comment is no longer a coroutine
  • Client.filter is no longer a coroutine

filter update

Choose a tag to compare

@iDutchy iDutchy released this 05 Sep 23:10

Client.filter() not returns an Image object

Why...

Choose a tag to compare

@iDutchy iDutchy released this 05 Sep 22:50

Apparently the spin filter wasnt documented. So I removed it because I didnt know, but now its back

Oops

Choose a tag to compare

@iDutchy iDutchy released this 05 Sep 22:36
33a12d3

fixed a typo

added __str__()

Choose a tag to compare

@iDutchy iDutchy released this 05 Sep 22:23
ee8b012

You can now use str() on an Image object to get the url

Messed up again

Choose a tag to compare

@iDutchy iDutchy released this 05 Sep 15:53

This should now finally fix the key error

Slots fix

Choose a tag to compare

@iDutchy iDutchy released this 05 Sep 10:34

I forgot to add key to slots...