mirror of
https://github.com/wah-su/stickerbridge.git
synced 2025-04-04 15:24:43 +00:00
Telegram -> Matrix stickerpack bot | Forked from: https://codeberg.org/Didek/stickerbridge
stickerbridge | ||
.gitignore | ||
.python-version | ||
avatar.png | ||
cli.yaml.example | ||
config.yaml.example | ||
LICENCE.md | ||
README.md | ||
requirements.txt |
Telegram -> Matrix stickerpack importer
This bot allows for simple and quick copying Telegram stickers into Matrix rooms. Stickers can be used in clients that implemented them natively by Matrix (msc2545) like FluffyChat, Nheko and Cinny. Element currently does not support native stickers (can only display them when send by others).
Requirements
- Python 3.9+ and pip
- Matrix account dedicated for the bot
- Telegram API keys and bot token (Please don't share it with anyone)
Instalation
- Create new Matrix account dedicated for the bot
- Get Telegram API key and API hash from https://my.telegram.org/apps
- Create new Telegram bot and get bot token by talking to https://t.me/botfather
- Clone this repository and install dependencies
git clone https://codeberg.org/ghostermonster/stickerbridge
cd stickerbridge
pip install -r requirements.txt
- Copy example config file
cp config.yaml.example config.yaml
- Fill the config file with creditials for Matrix account and Telegram bot you created
- Run the bot
python stickerbridge/main.py
Usage
Invite the bot in a room (currently does not support encrypted rooms), type !sb help
to list available commands.
Type !sb import <stickerpack name>
to import stickerpack to the room, ex. !sb import bestblobcats
.
After importing is completed, you will see stickerpack in the menu.
Original Project
This is a fork of https://codeberg.org/Didek/stickerbridge by Didek
Modifications list is viewable in commit messages