Automatically batch-upload Matrix emojis to your personal emoji pack. Very janky, no guarantees of not destroying your emoji pack list.
Go to file
Natty cc867d810c
Object shape and doc fixes
2023-10-24 18:30:33 +02:00
.gitignore Initial commit 2023-09-30 18:18:42 +02:00
README.md Object shape and doc fixes 2023-10-24 18:30:33 +02:00
main.py Object shape and doc fixes 2023-10-24 18:30:33 +02:00
requirements.txt Initial commit 2023-09-30 18:18:42 +02:00

README.md

matrix-emoji-autoupload

Automated emoji uploader for Matrix.

Very janky and without any guarantees.

Usage

A venv setup is recommended.

Install dependencies:

pip -r requirements.txt

Run as a CLI command:

*Please note the handle has to be in the format @user:instance.org`

python main.py [-h] --tag TAG --token TOKEN --instance INSTANCE emoji_file [emoji_file ...]

positional arguments:
  emoji_file           a list of files to upload

options:
  --tag TAG            the Matrix handle of the user
  --token TOKEN        a Matrix account bearer token
  --instance INSTANCE  a Matrix instance domain