A fork of CamK06's WinBot, modified for use in The Corner.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nick H 51f7684743
adjust wording because I'm picky
3 weeks ago
Resources update magik 2 months ago
Source adjust wording because I'm picky 3 weeks ago
.gitignore Fix .gitignore to ignore DS_Store files 4 months ago
LICENSE.md Initial commit 3 years ago
README.md Update README.md again 7 months ago
TODO.md Add tv command 1 year ago
WinBot.csproj replace wiki library with maintained one 3 months ago
rebuild.bat Initial commit 1 year ago

README.md

NetRunner

A fork of CamK06's WinBot, modified for use in The Corner.

Usage/Build instructions

  1. Clone the repository: https://github.com/nickandfloppy/NetRunner.git and move into the project directory: cd NetRunner
  2. Build the source code: dotnet build -c Release
  3. Change into the build directory: cd bin/Release/net6.0/
  4. Run the bot: ./WinBot or just WinBot for Windows. This will generate a blank configuration file for you.
  5. Edit the config.json file and add your token into the token field, as well as your client ID and log channel if you want one
  6. Run the bot once more, as before. Once it has started up (It'll output "Ready" to the terminal), you should be good to go into Discord and use it.

Post-install instructions

For the level rank cards to work you'll need to install Roboto. Due to some annoyances with System.Drawing you have to install it twice in a way. Steps:

  1. Download the font family https://fonts.google.com/specimen/Roboto
  2. Extract Roboto-Regular.ttf into the bot's working directory
  3. Install Roboto-Regular.ttf on your system

Note: This bot has been modified for a specific system configuration and may not work out of the box. This repo is mainly here to keep track of edits. For a version modified for arm64 Linux systems, go to the linux-arm64 branch.