ρBot is Discord bot written in Rust which can send mod update notifications to Discord servers, written primarily for the Factorio discord server.
Rewrite of and replacement for SpeckledFleebeedoo/Factorio-Mod-Notifier and arielbeje/ubot.
- Automatically checks for mod updates
- Sends notifications when updates are available
- Mod search command for easily sharing mods in Discord
- Per-server subscription filters to specific mods or authors
- Customizable mod update notification settings
- FAQ command system
- FFF linking commands
- Modding API search commands
- Factorio wiki search command
- Clone the repository:
git clone https://github.com/SpeckledFleebeedoo/rhobot.git
- Create a .env file from the included template and set a discord bot token.
- Install Rust
- Create a database:
sqlx database create
(requiressqlx-cli
) - Apply all migrations to the database:
sqlx migrate run
- Build the application:
cargo build
- Run the application:
cargo run