matrix-emoji-autoupload/README.md

29 lines
669 B
Markdown
Raw Normal View History

2023-09-30 17:35:00 +00:00
# matrix-emoji-autoupload
2023-09-30 16:22:19 +00:00
Automated emoji uploader for Matrix.
Very janky and without any guarantees.
## Usage
2023-09-30 17:35:00 +00:00
A [venv](https://docs.python.org/3/library/venv.html) setup is recommended.
2023-09-30 16:22:19 +00:00
Install dependencies:
`pip -r requirements.txt`
Run as a CLI command:
2023-10-24 16:30:33 +00:00
*Please note the handle has to be in the format @user:instance.org`
2023-09-30 16:22:19 +00:00
```
2023-09-30 17:35:00 +00:00
python main.py [-h] --tag TAG --token TOKEN --instance INSTANCE emoji_file [emoji_file ...]
2023-09-30 16:22:19 +00:00
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
```