Geekbot, but in dotnet core
Find a file
2018-05-01 16:50:48 +02:00
Geekbot.net More explicit logging configuration 2018-05-01 16:50:48 +02:00
Tests Resharper suggestions 2018-04-30 23:44:19 +02:00
WikipediaApi Resharper suggestions 2018-04-30 23:44:19 +02: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 Add Simple Unit Tests 2018-01-19 00:59:21 +01: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
LICENSE Geekbot now uses the GNU GPLv3 license 2017-10-21 20:25:14 +02:00
readme.md Groundwork for playing youtube videos to voice 2018-01-11 00:16:04 +01: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
  • ffmpeg

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.

Launch Parameters

Parameter Description
--verbose Show more log information
--disable-api Disables the webapi on startup
--reset Resets certain parts of the bot
--migrate Migrates the database from V3.1 to the new format from V3.2
(make sure to backup before running this)

Contributing

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