Skip to content

Releases: iDutchy/sr_api

v1.0

05 Sep 00:21
Compare
Choose a tag to compare
  • Renamed Client.beta() to Client.filter() since its no longer a beta feature
  • Added whale and pikachu to Client.get_image()
  • Added invertgreyscale, brightness, threshold, red, green & blue to Client.filter()
  • Added Client.youtube_comment()
  • Added Client.view_color()
  • Added Client.rgb_to_hex()
  • Added Client.hex_to_rgb()
  • Added Client.get_joke()
  • Added support for using premium. Provide your premium key in the Client init like client = sr_api.Client("key here"). Dont provide a key if you dont have one.
  • Removed Client.get_pikachu() which is now available in Client.get_image()

Fix

08 Jun 03:40
d7921c1
Compare
Choose a tag to compare
Fix

I did a dumb with slots so this should fix that

Optimizations + API update

08 Jun 03:25
5c7142f
Compare
Choose a tag to compare

This update brings some important changes.

Added:
MCuser.uuid - minecraft user id

Removed:
MCuser.trimmed_uuid
MCuser.full_uuid

Changed:
MCuser.formatted_history & MCuser.reversed_formatted_history are now properties in stead of coroutines (idk why I did that)
Lyrics.save() is no longer a coroutine either
Overall optimizations

Beta Fix

03 Jan 17:51
26b9422
Compare
Choose a tag to compare

This release will fix an issue with the beta endpoint

Mistake fix

15 Dec 06:33
4210da8
Compare
Choose a tag to compare

Fixed crucial mistake I made in last update

Meme fixes

15 Dec 05:50
759c6d8
Compare
Choose a tag to compare
  • Fix:

Meme.read() and Meme.save() have been fixed. Where they used self.url before they now use the proper self.image.

  • Import change:

In stead of doing from sr_api.client import Client you will now have to do import sr_api then client = sr_api.Client()

sr_api

06 Dec 02:48
35753e0
Compare
Choose a tag to compare

Python api wrapper for some-random-api