https://github.com/btipling/korasho
learning rust
https://github.com/btipling/korasho
Last synced: over 1 year ago
JSON representation
learning rust
- Host: GitHub
- URL: https://github.com/btipling/korasho
- Owner: btipling
- License: other
- Created: 2015-12-27T20:47:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-17T05:24:22.000Z (over 10 years ago)
- Last Synced: 2025-03-16T01:39:43.237Z (over 1 year ago)
- Language: Rust
- Size: 54.7 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.