A rust library for interacting with multiple Spacebar-compatible Instances at once.
Go to file
bitfl0wer 152cc9dca9
Update readme
2023-04-23 11:06:43 +02:00
.github/workflows Update rust.yml 2023-04-15 17:50:48 +02:00
images add images 2023-04-15 18:33:18 +02:00
src Register function with good errors! 2023-04-22 22:12:56 +02:00
.gitignore Include vscode and idea dirs 2023-04-05 21:55:19 +02:00
Cargo.toml Replace Custom Error boilerplate with macro 2023-04-21 15:04:58 +02:00
LICENSE Initial commit 2023-04-03 22:19:25 +02:00
README.md Update readme 2023-04-23 11:06:43 +02:00

README.md

Rust Build Contributors Forks Stargazers Issues GPL3 License


Logo

Chorus

A rust library for interacting with (multiple) Spacebar-compatible APIs and Gateways (at the same time).
Explore the docs »

Report Bug · Request Feature

Roadmap

Core functionality:

  • Rate Limiter (hint: couldn't be fully tested due to an Issue with the Spacebar Server)
  • Login
  • Registration (encountered another [Issue with the Spacebar Server(https://github.com/spacebarchat/server/issues/1040)] which makes some error messages an empty string)
  • Sending messages (Text, Images, Attachments)
  • Events (Message, User, Channel, etc.)
  • User profile customization
  • Deleting messages
  • Emoji
  • Stickers
  • Listing users and user profiles
  • Message threads
  • Forum channels