Geekbot, but in dotnet core
Find a file
2020-06-30 17:54:01 +02:00
Geekbot.net Use greetings.dev instead of hardcoded greetings 2020-06-30 17:54:01 +02:00
Tests Add some unit tests for the dice parser 2020-06-21 15:49:18 +02:00
WikipediaApi Upgrade to .NET 5 2020-06-19 22:19:26 +02:00
.deploy.yml Expose web api on port 12995 again 2020-06-20 03:42:41 +02:00
.gitignore Try to create a docker image 2020-06-19 22:20:05 +02:00
.gitlab-ci.yml remove traces of the docker branch from the ci file 2020-06-20 03:27:08 +02:00
Dockerfile Try to create a docker image 2020-06-19 22:20:05 +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 2020-06-20 03:43:02 +02:00

pipeline status

Geekbot.net

A General Purpose Discord Bot written in C#

You can invite Geekbot to your server with this link

Technologies

  • .NET 5
  • PostgreSQL
  • Discord.net

Running

You can start geekbot with: dotnet run

On your first run geekbot will ask for your bot token.

You might need to pass some additional configuration (e.g. database credentials), these can be passed as commandline arguments or environment variables.

For a list of commandline arguments and environment variables use dotnet run -- -h

All Environment Variables must be prefixed with GEEKBOT_

Contributing

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