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
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
- Download the latest version from https://github.com/l3afme/inori-rs/releases/latest
- Run the file and go through the config setup walkthrough
- Linux requires
build-essential
andglibc_2.32
Prerequisites
- Rust nightly (https://rustup.rs/)
- If using rustup then run
rustup default nightly
to install Nightly
- If using rustup then run
- Cargo - Installed alongside Rust
How to build
git clone https://github.com/L3afMe/inori-rs
cd inori-rs
cargo build --release
- The binaries will be located in
inori-rs/target/releases/
asinori-rs
on Unix orinori-rs.exe
on Windows
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!
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.