2
0
Fork
You've already forked charon
0
A simple bridge between some messengers.
  • Python 100%
Find a file
2026年01月28日 13:03:37 +03:00
charon Update, move to discord-tg bridge only for now 2026年01月28日 13:03:37 +03:00
.gitignore Update, move to discord-tg bridge only for now 2026年01月28日 13:03:37 +03:00
.python-version Update, move to discord-tg bridge only for now 2026年01月28日 13:03:37 +03:00
LICENSE Add license 2024年04月14日 09:42:25 +03:00
pyproject.toml Update, move to discord-tg bridge only for now 2026年01月28日 13:03:37 +03:00
README.md Initial commit 2024年04月14日 09:41:29 +03:00
uv.lock Update, move to discord-tg bridge only for now 2026年01月28日 13:03:37 +03:00

charon

A simple bridge to some messengers. Powered by mxbt.

Installation

$ git clone https://codeberg.org/librehub/charon
$ cd charon
$ python -m charon

Getting started

You need to create credits file for mxbt:

credits.json structure

{
 "homeserver" : "https://matrix.org",
 "user_id" : "user",
 "password" : "password"
}

And config file for another:

config.json structure

{
 "telegram-token" : "YOUR_BOT_TOKEN",
 "username" : "YOUR_MATRIX_BOT_USERNAME",
 
 "rooms" : [
 {
 "matrix" : "MATRIX_ROOM_ID",
 "telegram" : TELEGRA_ROOM_ID
 }
 ]
}

Contacts

Contact Description
Matrix Matrix space

Support

You can support us here.