lynnntropy / RSAOModerationBot

A moderation bot for /r/SwordArtOnline, written in C# and .NET Core.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/r/SAO Moderation Bot

screenshot

This is a Reddit bot written in C# and .NET Core, built to assist in moderating /r/SwordArtOnline.

Getting Started

  • Copy config.dist.json to config.json and populate it with the required parameters. Make sure config.json is set to copy to the output directory on each build.
  • Build and run the project.

Deployment

# build for production and put the output in bin/Release/
dotnet publish --configuration Release

Built With

Authors

License

This project is licensed under the GPLv3 - see the LICENSE file for details

About

A moderation bot for /r/SwordArtOnline, written in C# and .NET Core.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%