Geekbot, but in dotnet core
Find a file
2020-06-19 21:46:19 +02:00
Geekbot.net Make it possible to connect to the database with ssl enabled 2020-06-19 21:46:19 +02:00
Tests Dependency Upgrades 2020-06-01 02:16:29 +02:00
WikipediaApi Upgrade to dotnet core 3.1 2020-02-08 15:32:58 +01: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 Release Geekbot 4.2 2020-06-19 04:13:26 +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 Allow configuration to be passed as environment variables 2020-06-01 15:22:41 +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 3.1
  • 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