Skip to content

SpeckledFleebeedoo/rhobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ρBot

Description

ρ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.

Features

  • 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

Installation

  1. Clone the repository: git clone https://github.com/SpeckledFleebeedoo/rhobot.git
  2. Create a .env file from the included template and set a discord bot token.
  3. Install Rust
  4. Create a database: sqlx database create (requires sqlx-cli)
  5. Apply all migrations to the database: sqlx migrate run
  6. Build the application: cargo build
  7. Run the application: cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages