Geekbot, but in dotnet core
Find a file
2019-05-12 13:47:15 +02:00
Geekbot.net Add translations for the role command 2019-05-12 13:47:15 +02:00
Tests Add tests for FormatDateTimeAsRemaining 2019-05-12 01:59:55 +02:00
WikipediaApi Upgrade to DotNet Core 2.2 2019-03-03 20:27:50 -05:00
.gitignore Add wikipedia api client, add wikipedia command, show errors in chat when debugging 2018-04-28 01:01:48 +02:00
.gitlab-ci.yml Remove SAST from pipeline 2019-05-01 18:38:02 +02:00
Dockerfile Add Dockerfile 2018-05-17 23:55:44 +02:00
Geekbot.net.sln Add wikipedia api client, add wikipedia command, show errors in chat when debugging 2018-04-28 01:01:48 +02:00
Geekbot.net.sln.DotSettings Add parameter to enable db logging, disabled by default 2019-01-27 22:09:02 +01:00
LICENSE Geekbot now uses the GNU GPLv3 license 2017-10-21 20:25:14 +02:00
readme.md Update Readme and add token parameter 2018-05-02 23:33:16 +02:00

pipeline status

Geekbot.net

A General Purpose Discord Bot written in DotNet Core.

You can invite Geekbot to your server with this link

Technologies

  • DotNet Core 2
  • Redis
  • Discord.net

Running

Make sure redis is running

Run these commands

  • dotnet restore
  • dotnet run

On your first run geekbot will ask for your bot token, everything else is taken care of.

For a list of launch options use dotnet run -h

Contributing

Everyone is free to open an issue or create a pull request