Bird Bot is a discord bot for managing and organizing events for a small discord community https://pkg.go.dev/github.com/yeslayla/birdbot
Go to file
2023-03-31 20:49:50 +00:00
.devcontainer Plugins, Bugfixes & Cleanup 2023-03-31 20:21:49 +00:00
.github/workflows Fix actions merge 2022-10-29 23:58:24 -04:00
app Cleanup 2023-03-31 20:49:50 +00:00
common Cleanup 2023-03-31 20:49:50 +00:00
components Cleanup 2023-03-31 20:49:50 +00:00
core Cleanup 2023-03-31 20:49:50 +00:00
discord Cleanup 2023-03-31 20:49:50 +00:00
mastodon Cleanup 2023-03-31 20:49:50 +00:00
.gitignore Initial commit 2022-10-27 01:55:23 +00:00
Dockerfile Initial commit 2022-10-27 01:55:23 +00:00
go.mod Plugins, Bugfixes & Cleanup 2023-03-31 20:21:49 +00:00
go.sum Plugins, Bugfixes & Cleanup 2023-03-31 20:21:49 +00:00
LICENSE Initial commit 2022-10-27 01:55:23 +00:00
main.go Cleanup 2023-03-31 20:49:50 +00:00
Makefile Plugins, Bugfixes & Cleanup 2023-03-31 20:21:49 +00:00
ReadMe.md Add support for recurring events and add year to channel name (#3) 2023-03-05 13:08:18 -05:00
sample_config.yaml Mastodon support 2022-11-04 06:45:20 +00:00

Bird Bot

Bird Bot is a discord bot for managing and organizing events for a small discord community.

Features

  • Creating text channels for events
  • Notifying when events are created & cancelled
  • Delete text channels after events
  • Archive text channels after events
  • Create recurring weekly events

Usage

To get up and running, install go and you can run make run!

Using Docker

The container is expecting the config file to be located at /etc/birdbot/birdbot.yaml. The easily solution here is to mount the conifg with a volume.

Example:

docker run -it -v `pwd`:/etc/birdbot yeslayla/birdbot:latest

In this example, your config is in the current directory and call birdbot.yaml