From d2946bc4eeb8644f2d98847d10666264085e4e0d Mon Sep 17 00:00:00 2001 From: swee Date: Tue, 31 Dec 2024 21:03:56 -0800 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33f5540..f60949a 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,22 @@ Not planned but thought of: Current platforms: * IRC Libera.Chat * Discord -* Guilded \ No newline at end of file +* Guilded + +Requirements of software: +* Python 3 +* Nothing for IRC, since it uses socket. +* [Discord.Py](https://discordpy.readthedocs.io/en/stable/intro.html) +* [Guilded.Py](https://guildedpy.readthedocs.io/en/stable/gettingstarted.html) +* [Python Requests](https://pypi.org/project/requests/) +* A [ZNC instance](https://wiki.znc.in) running on localhost (127.0.0.1) at port 5000 + +Required enviroment variables: +```bash +IRCNick=SweeBridge +LiberaUser=BridgeUser/Libera # for use in ZNC + +ZNCPassword=password # for use in ZNC +DiscordToken=token +GuildedToken=token +``` \ No newline at end of file