Import sticker packs from telegram, to be used at the Maunium sticker picker for Matrix
You need to create the following config.toml
file and enter you values:
```toml
[telegram]
bot_key = "YOUR-TELEGRAM-BOT-KEY"
[matrix] user = "@user:matrix.org" homeserverurl = "https://matrix-client.matrix.org" accesstoken = "YOUR-MATIRX-ACESSTOKEN" ```
Current are no prebuild binaries available. You must build mstickereditor by yourself. See below.
For Arch Linux user or user of an Arch based distrubution an aur package is available.
Install the following packages. (I recommand to use the package managment system of your operating system): * libwebp * rlottie v0.2 * rust * clang * ldd
To build and install mstickereditor execute the following command:
bash
cargo install --locked mstickereditor
Check out rust doc for more information about cargo install
.