Update 2021-04-27: I don't have time for the development anymore. The bot still works, but no new features are being added.
Update 2021-11-22: The production instance has been shut down. As no further development is planned, the repository was archived.
A Discord bot able to connect multiple guilds with one shared chat.
Features:
- Various levels of anonymity
- Edit sent messages on all connected servers
- Guild aliases (emoji and guild emote support)
- Full control over your data
Required permissions:
- Read messages
- Send messages
- Manage messages
- Use external emojis
- Embed links
- Clone the repository
- Install redis:
apt install redis-server
- Install requirements:
pip3 install -r requirements.txt
- Create
config.json
file withconfig.default.json
as a reference - Run the bot with
python3 init.py
Issues and PRs are welcome -- maybe let me know before you start working on something.
All pull requests should be targeted to the devel
branch.
- CrafterSvK: parallel message sending, variable name unification (v0.2)
- jirkavrba: character
&
is not escaped (pre-v0.1)
Released under the GNU GPL v3.