A simple bridge between some messengers.
- Python 100%
| charon | Update, move to discord-tg bridge only for now | |
| .gitignore | Update, move to discord-tg bridge only for now | |
| .python-version | Update, move to discord-tg bridge only for now | |
| LICENSE | Add license | |
| pyproject.toml | Update, move to discord-tg bridge only for now | |
| README.md | Initial commit | |
| uv.lock | Update, move to discord-tg bridge only for now | |
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.