Telegram -> Matrix stickerpack bot | Forked from: https://codeberg.org/Didek/stickerbridge
Find a file
2025-01-20 23:21:10 +05:00
stickerbridge Feat/CLI: Add a preview command 2025-01-20 23:12:36 +05:00
.gitignore Start CLI tool. FEAT/CLI: Room creation with spaces support 2025-01-19 04:50:31 +05:00
.python-version add system version to telethon client 2024-12-23 15:22:04 +05:00
avatar.png Initial commit 2022-09-11 18:34:24 +02:00
cli.yaml.example chore: add cli example configuration 2025-01-20 23:18:28 +05:00
config.yaml.example chore: update bot example configuration 2025-01-20 23:21:10 +05:00
LICENCE.md Add LICENCE.md 2022-09-11 20:18:23 +02:00
README.md Add information that this is a fork in readme 2024-12-23 15:35:01 +05:00
requirements.txt feat: add progress bar to the stdout for import process 2025-01-20 06:25:16 +05:00

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

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