Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

sinus-x/discord-wormhole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f592668 · Apr 27, 2021
Sep 9, 2020
Apr 27, 2021
Mar 15, 2021
Dec 5, 2020
Sep 9, 2020
Apr 27, 2021
Nov 15, 2020
Jun 6, 2020
Apr 27, 2021
Oct 5, 2020
Apr 27, 2020
Apr 27, 2021
Sep 11, 2020
Oct 4, 2020
Sep 2, 2020
Oct 4, 2020

Repository files navigation

Wormhole

A Discord bot able to connect multiple guilds with one shared chat.

Update 2021-04-27: I don't have time for the development anymore. The bot still works, but no new features are being added.

VUT FEKT Build Mantained GPLv3 license Python 3.7+ Formatted with Black

Features:

  • Various levels of anonymity
  • Edit sent messages on all connected servers
  • Guild aliases (emoji and guild emote support)
  • Full control over your data
  • Read more on Github Pages

Required permissions:

  • Read messages
  • Send messages
  • Manage messages
  • Use external emojis
  • Embed links

Set up

  • Clone the repository
  • Install redis: apt install redis-server
  • Install requirements: pip3 install -r requirements.txt
  • Create config.json file with config.default.json as a reference
  • Run the bot with python3 init.py

Development

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.

Contributors

  • CrafterSvK: parallel message sending, variable name unification (v0.2)
  • jirkavrba: character & is not escaped (pre-v0.1)

License

Released under the GNU GPL v3.