Skip to content

inmes-dev/ntrnm

Repository files navigation

Ntrnm

Rust Version crates.io Documentation Dependency Status

An IM protocol project. Built in rust, serving OneBot 11 and Kritor.

Table of Contents

Supported features or functions

Supported Functions
Login State Group State
Password Login Get Group List
QRCode Login
Ticket Login ✔️

It is recommended to use the Shamrock framework to export login tickets, login via tickets has bypassed the wind control as well as signature errors.

Risk behaviour

Impossible Functions
  • Money-related functions

Installation

{{crate_name}} is a single binary that must be placed somewhere in your $PATH. One can either download 64-bit Linux binaries from the Release Page or one can also compile from source.

Compile from Source

Ensure you have a Rust toolchain installed. Some of the dependencies also require gcc to be installed.

$ git clone https://github.com/inmes-dev/ntrnm
$ cd ntrnm
$ cargo build --release
$ sudo cp target/release/ntrnm /usr/local/bin/

Usage

Command Line Interface

$ ntrnm --help

License

This crate is licensed under either of

at your option.

Contribution

Releases

No releases published

Packages

No packages published

Languages