A simple tool for syncing messages between multiple IMs.
It is recommended to use pipx to install bygeon.
pipx install bygeon
Python 3.10 or higher is required.
The configuration file should be named bygeon.toml and placed in the working directory.
An example is provided in the project.
NOTE: Slack support is kind of broken now, use with caution.
Because bygeon is using WebSocket to receive events, app-level token is required alongside the normal bot token.
For more information, refer to Slack's documentation.
A running go-cqhttp instance is needed to enable CQHttp. Make sure to enable WebSocket and HTTP in go-cqhttp's configuration and configure bygeon accordingly.
For how to setup go-cqhttp, refer to their documentation.