Update README.md
This commit is contained in:
parent
22c956df60
commit
d2946bc4ee
1 changed files with 19 additions and 1 deletions
20
README.md
20
README.md
|
@ -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
|
||||
```
|
Loading…
Reference in a new issue