Tulir Asokan
125d057e44
Remove animated sticker pack check
6 months ago
Tulir Asokan
6332613e13
Don't try to use non-existent variables
6 months ago
Tulir Asokan
dbc3a9fbb8
Don't prompt for giphy api key by default
7 months ago
Tulir Asokan
47f17fde45
Add support for sending gifs via Giphy
Fixes #22
Closes #75
Co-authored-by: Nischay <hegdenischay@gmail.com>
7 months ago
Tulir Asokan
f59406a47a
Add missing parameter to getting sticker sets. Fixes #51
2 years ago
Tulir Asokan
57fde6fcad
Assume https if homeserver URL doesn't have protocol
4 years ago
celogeek
9443e79e97
fix display of packs with sticker-import --list
4 years ago
celogeek
85813b22e5
add missing msgtype = m.sticker
On iOS the message is sent twice, with a duplicate event_id.
It cause error on logs, in different places (synapse, mautrix, ...)
It required to fix the already existing json or reimport the stickers.
The "packs/scalar*" example already include this field, and it works.
4 years ago
Andreas Weinzierl
569d9815c6
remove redundant utf-8 setting
4 years ago
Andreas Weinzierl
0f7b678f57
Use utf8-encoding whenever JSON is processed
4 years ago
Andreas Weinzierl
b884a9c387
Set encoding to utf-8 when saving json file for stickerpack
Fixes UnicodeEncodeError with Windows 10 when trying to import sticker packs caused by the default encoding scheme in Windows
4 years ago
SpiritCroc
601d2acc32
Rename import.py, since import is a keyword
from sticker.import import cmd
^
SyntaxError: invalid syntax
Fixes https://github.com/maunium/stickerpicker/issues/27 .
4 years ago
Tulir Asokan
d3adedf3df
Add fancy versioning stuff
4 years ago
Tulir Asokan
78fdb6f175
Switch license to AGPLv3+
The license was initially MPLv2 as I expected the project to be a fairly
simple tiny web app, but it has already grown into multiple files. Now
that I'm going to add a server component, I'm switching the license for
future versions to AGPL like all my other non-library projects.
4 years ago
Tulir Asokan
e073f6972c
Make magic optional
4 years ago
Tulir Asokan
99719accf2
Add option to copy sticker-pack'ed pack to web/packs/
4 years ago
Tulir Asokan
b0509920b4
Add support for ordering stickers in custom packs
4 years ago
Tulir Asokan
80bcf6d0ac
Reorganize Python stuff and add command to create packs
Fixes #11
4 years ago