ferris-bot

Crates.ioferris-bot
lib.rsferris-bot
version0.2.6
sourcesrc
created_at2021-07-05 17:41:40.525593
updated_at2021-07-13 07:23:02.897708
descriptiona modular discord bot written in rust
homepagehttps://gitlab.sokoll.com/moritz/ferris-bot
repositoryhttps://gitlab.sokoll.com/moritz/ferris-bot
max_upload_size
id419103
size86,491
Moritz Sokoll (ULUdev)

documentation

https://docs.rs/ferris-bot

README

ferris-bot

pipeline status

a discord bot written in rust

This bot is a rewrite of my first bot. It aims to improve performance, usability and configuration for different parts of the bot.

planned features

  • configuration (TOML)
  • extensibility
  • dockerizing
  • database (preferably MariaDB or PostgreSQL) for storing user data

Setup

To setup ferris-bot follow the steps below:

  1. clone the repository: git clone https://gitlab.sokoll.com/moritz/ferris-bot.git
  2. run the container: make run (if you are on the dev branch use make dev-run)

after some time the bot will come online and you can use simple commands for him.

configuration

See the example_config.toml for an example configuration.

Commit count: 0

cargo fmt