celogeek
9443e79e97
fix display of packs with sticker-import --list
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
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
80bcf6d0ac
Reorganize Python stuff and add command to create packs
Fixes #11
4 years ago
Tulir Asokan
314f6c0ff5
Add namespacing for IDs
4 years ago
Tulir Asokan
3ef92d588a
Remove the other usage of asyncio.run
4 years ago
Tulir Asokan
8c45207b0f
Stop using asyncio.run. Fixes #13
4 years ago
Tulir Asokan
4ce90892f0
Stop using ID field from telegram metadata in widget
4 years ago
Tulir Asokan
522e45a4ae
Store IDs as strings and keep all emoticons. Fixes #12
4 years ago
Tulir Asokan
c106c99b7f
Maybe make import.py work on Python 3.6
4 years ago
Tulir Asokan
6e6aad0430
Add more Element iOS compatibility (ref #8 )
4 years ago
Tulir Asokan
993b4af549
Set fake width instead of actually resizing image
The image quality shouldn't be reduced, but it should be shown smaller in clients.
Also add compatibility hack for broken clients like Element iOS that require a thumbnail_url
4 years ago
Tulir Asokan
3876e13d4d
Move saved pack print
4 years ago
Tulir Asokan
4190057b3c
Ask for Matrix access token on first run
4 years ago
Tulir Asokan
7f86915857
Initial commit
4 years ago