Skip to content

Releases: Soheab/alexflipnote.py

Fix drake

23 Nov 21:41
Compare
Choose a tag to compare

This fixes .drake() showing something weird..

Update to latest API changes, required Token.

23 Nov 20:26
Compare
Choose a tag to compare

A recent (November 22) change to API has made an Authorization header with a personal token required for ALL endpoints.
ALL previous versions of this wrapper will no longer work and are considered to be deprecated!

Wondering how to get an Auth token to use the API ? Join the API's support server here: https://discord.gg/DpxkY3x to request one. \

You can pass your token in the constructor like so, alexflipnote.Client("YOUR-API-TOKEN").

Quick Fix.

01 Nov 15:07
Compare
Choose a tag to compare
v1.7.1

v

Added support for new endpoint: what

01 Nov 14:51
Compare
Choose a tag to compare

v1.7.0 - November 1, 2020

  • Added support for new endpoint: .what() See more in docs
  • Now using urllib.parse to parse text.
  • Added bytesio=True to Image.read() set it to False if you want the bytes returned instead of an io.BytesIO object.
  • Removed .steam().
  • Added alias for .colourify() -> colorify
  • Added alias for .colour_image_gradient() -> color_image_gradient
  • Added Filters enum for .filter()
  • Changed Icon enum for .achievement() and .challenge() to MinecraftIcons with better
    docs.
  • Added an optional loop param to alexflipnote.Client()

Removed steam, Added proper errors, Added user-agent and check changelog.md

Added missing `.lower()` for `.filter()`

18 Aug 21:01
Compare
Choose a tag to compare

Now you can give BlUR or gAY

docs.md and README.md improvements.

12 Aug 15:05
Compare
Choose a tag to compare

Just for it to be shown on PyPi

Added an optional `session` param to `alexflipnote.Client()`.

08 Aug 18:01
Compare
Choose a tag to compare

More characters to replace.

04 Aug 19:46
Compare
Choose a tag to compare

Also, yes now the version number has a v

Added support for the new `sepia` filter.

04 Aug 18:23
Compare
Choose a tag to compare

And the snow filter should be better.