A .NET Core PS! Bot
Work in progress !
- Open the solution with Visual Studio 2019 (or later)
- Rename
config-example.json
in theElsaV6/Resource
folder toconfig.json
and fill in the relevant fields - Set "ElsaV6" as the default project and run
- Install the
dotnet
package (Installation docs) - Rename
config-example.json
in theElsaV6/Resource
folder toconfig.json
and fill in the relevant fields - Run
dotnet build
- Run
dotnet run
Field | Value |
---|---|
Host | The address of the server |
Port | The port of the connection |
Name | The name of the bot |
Password | The password of the user name used |
Log | Print or not messages in the console |
Rooms | The rooms the bot will join |
Whitelist | Admin users |
Trigger | The string used to indicate a bot command |
Blacklist | The users ignored by the bot |
RoomBlacklist | Ignored chat rooms |
DefaultRoom | Default chat room for PM features that need a room |