L3afMe / inori-rs

Discord selfbot made in Rust

Home Page:https://l3af.me/inori-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Due to a bug in Serenity which causes Inori-rs to block for some users after a few hours, development has ceased and everything is being migrated to Golang at NekoGo If anyone is able to reliably recreate and/or fix this issue then Inori development will continue

Inori-rs - A Rust Selfbot using Serenity-rs

License Latest release GitHub Workflow Status Lines of code

WARNING: Currently in prerelease, there will be features that don't work or are buggy

Originally starting as a personal project to learn Rust, Inori-rs is now a fully open source SelfBot available to the public.

Named after Inori Yuzuriha from Guilty Crown

How to install

Prebuild binaries

  1. Download the latest version from https://github.com/l3afme/inori-rs/releases/latest
  2. Run the file and go through the config setup walkthrough
  • Linux requires build-essential and glibc_2.32

Building from source

Prerequisites

  • Rust nightly (https://rustup.rs/)
    • If using rustup then run rustup default nightly to install Nightly
  • Cargo - Installed alongside Rust

How to build

  1. git clone https://github.com/L3afMe/inori-rs
  2. cd inori-rs
  3. cargo build --release
  4. The binaries will be located in inori-rs/target/releases/ as inori-rs on Unix or inori-rs.exe on Windows

Contributing

Pull requests for bug fixes and new features are more than welcomed but please ensure that you have the latest RustFmt (built from source) installed and have formatted your code before submitting.

P.S. PRs for spelling and grammar mistakes are more than welcome!

Command List

There is a list of commands in COMMANDS.md at the root of the project, please note that this list may not be 100% up to date. Run help to get an up to date list.

About

Discord selfbot made in Rust

https://l3af.me/inori-rs

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%