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-05 13:08:18 -05:00
.devcontainer Initial commit 2022-10-27 01:55:23 +00:00
.github/workflows Fix actions merge 2022-10-29 23:58:24 -04:00
app Add support for recurring events and add year to channel name (#3) 2023-03-05 13:08:18 -05:00
core Add support for recurring events and add year to channel name (#3) 2023-03-05 13:08:18 -05:00
discord Add support for recurring events and add year to channel name (#3) 2023-03-05 13:08:18 -05:00
mastodon Mastodon support 2022-11-04 06:45:20 +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 Mastodon support 2022-11-04 06:45:20 +00:00
go.sum Mastodon support 2022-11-04 06:45:20 +00:00
LICENSE Initial commit 2022-10-27 01:55:23 +00:00
main.go Add support for recurring events and add year to channel name (#3) 2023-03-05 13:08:18 -05:00
Makefile Use git has as build number 2022-10-30 00:06:39 -04: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