An open API service indexing awesome lists of open source software.

https://github.com/btipling/korasho

learning rust
https://github.com/btipling/korasho

Last synced: over 1 year ago
JSON representation

learning rust

Awesome Lists containing this project

README

          

# korasho
A bot written in Rust from scratch for the purpose of learning Rust.

It can:

1. Read from a toml config file.
2. Connect to multiple servers.
3. Can connect via TLS.
4. Join multiple channels based on config.
5. Establish admin access via password in config.
6. Easy to extend with additional functionality.

It's also super fast and performant.

A sample config is in the example directory.