Skip to content

lemmus-org/automod

Repository files navigation

AutoMod

AutoModerator for Lemmy instances. Specifically a bot framework for automating common admin and moderator tasks.

⚠️ Use at your own risk ⚠️

This hasn't been extensively tested. It's a very rough draft intended to provide a framework for discussion and/or contributions.

There are very likely bugs or edge cases that are not currently being handled.

Features

AutoMod operates on an opt-in basis using plugins. By default, they are not enabled and must be configured.

Setup

  • Requires Rust stable v1.75.
  • See Makefile for additional commands.

Fetch dependencies and build project

make build

Run project

make run

Install binary

make install

Configure

By default, it will look for automod.toml in the current directory. This can be configured at runtime:

automod --config ~/.config/automod/my_config.toml

References

Credits

Original logo made by Andy Cuccaro (@andycuccaro) under the CC-BY-SA 4.0 license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages