koreanbots

Crates.iokoreanbots
lib.rskoreanbots
version2.0.3
sourcesrc
created_at2021-05-29 05:12:35.058731
updated_at2021-06-06 12:57:31.348817
descriptionKoreanbots API wrapper library
homepage
repositoryhttps://github.com/AkiaCode/Koreanbots.rs.git
max_upload_size
id403406
size32,519
(AkiaCode)

documentation

https://github.com/AkiaCode/Koreanbots.rs#example

README

koreanbots-rs

Notice: Change koreanbots-rs to koreanbots

Example

use koreanbots::blocking::Client;

fn main() {
    let client = Client::new("");
    println!("{:?}", client.get_bot("387548561816027138"));
}

koreanbot = { version = "2.0.1", features=["blocking"]}

License: Apache-2.0

Commit count: 21

cargo fmt