Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katrix/ackcord
A Discord library for Scala using Akka
https://github.com/katrix/ackcord
akka discord discord-api discord-library hacktoberfest scala
Last synced: 7 days ago
JSON representation
A Discord library for Scala using Akka
- Host: GitHub
- URL: https://github.com/katrix/ackcord
- Owner: Katrix
- License: mit
- Created: 2017-03-30T23:24:28.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T06:48:40.000Z (2 months ago)
- Last Synced: 2024-10-16T17:38:36.405Z (about 1 month ago)
- Topics: akka, discord, discord-api, discord-library, hacktoberfest, scala
- Language: Scala
- Homepage: https://ackcord.katsstuff.net/
- Size: 23.5 MB
- Stars: 113
- Watchers: 7
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AckCord
*Do what you want, exactly how you want it.*
AckCord is a Scala Discord library powered by sttp. AckCord's focus is on letting you choose the level of abstraction
you want, without sacrificing speed. Want to work with the raw events from the gateway? Works for that. Maybe you don't
want to bother with any of the underlying implementation and technicalities. Works for that too. Only interested in the
REST requests? Pull in that module and ignore the rest. AckCord is fast, reactive, modular, and clean, focusing on
letting you write good code.AckCord 2.X is currently in early development, and artifacts have not yet been published.
Lastly, join our Discord server (we got cookies).
[![](https://discord.com/api/guilds/399373512072232961/embed.png?style=banner1)](https://discord.gg/5UH627u) '
## License
AckCord itself is licensed under the MIT license (see [LICENSE](https://github.com/Katrix/AckCord/blob/2.x/LICENSE)).
AckCord uses a lot of content from the
official [Discord API documentation](https://github.com/discord/discord-api-docs) (made by Discord) for its ScalaDocs,
and as such, AckCord's ScalaDocs documentation is licensed under the Creative Commons Attribution-ShareAlike 4.0
License (see [LICENSE-SCALADOC](https://github.com/Katrix/AckCord/blob/2.x/LICENSE-SCALADOC)).