Update README.md

This commit is contained in:
Nova Cat 2024-12-31 21:03:56 -08:00
parent 22c956df60
commit d2946bc4ee

View file

@ -17,4 +17,22 @@ Not planned but thought of:
Current platforms:
* IRC Libera.Chat
* Discord
* Guilded
* 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
```