A rust library for interacting with multiple Spacebar-compatible Instances at once.
Go to file
bitfl0wer 6b98a2cc23 add limit updates for Error, Global, Ip
Despite Error, Global and Ip technically being handled seperately, we still need to update their "reset" and "limit" values to match what the API tells us.
2023-04-15 17:12:33 +02:00
.github/workflows rename job 2023-04-04 17:48:33 +02:00
src add limit updates for Error, Global, Ip 2023-04-15 17:12:33 +02:00
.gitignore Include vscode and idea dirs 2023-04-05 21:55:19 +02:00
Cargo.toml Add tokio and serde features 2023-04-10 14:18:17 +02:00
LICENSE Initial commit 2023-04-03 22:19:25 +02:00
README.md 🎉 mark rate limiter as complete (with hint) 2023-04-15 14:58:19 +02:00

README.md

chorus

Rust Build Contributors Forks Stargazers Issues GPL3 License

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

Roadmap

Core functionality:

  • Rate Limiter (hint: couldn't be fully tested due to an Issue with the Spacebar Server)
  • Login
  • Registration
  • 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