25 lines
524 B
Markdown
25 lines
524 B
Markdown
|
# matrix-emoji-upload
|
||
|
|
||
|
Automated emoji uploader for Matrix.
|
||
|
|
||
|
Very janky and without any guarantees.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
Install dependencies:
|
||
|
|
||
|
`pip -r requirements.txt`
|
||
|
|
||
|
Run as a CLI command:
|
||
|
|
||
|
```
|
||
|
python emoji-upload [-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
|
||
|
```
|