https://github.com/emmmatech/arke
Discord API Wrapper made from the ground up.
https://github.com/emmmatech/arke
Last synced: over 1 year ago
JSON representation
Discord API Wrapper made from the ground up.
- Host: GitHub
- URL: https://github.com/emmmatech/arke
- Owner: EmmmaTech
- License: mit
- Created: 2023-06-17T20:13:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T05:21:47.000Z (about 3 years ago)
- Last Synced: 2025-03-19T19:18:19.278Z (over 1 year ago)
- Language: Python
- Size: 212 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arke
A Python Discord API Wrapper made from the ground up... I guess.
## Why
I got really bored while on vacation one day. So I started this project.
I don't have any intentions of taking this project seriously (because I tried that before and it didn't work),
but we will see what happens.
## Name
It comes from the Greek Mythological figure named Arke, who was a messenger goddess for the Titans.
The name means "swift", which implies this Discord API Wrapper is fast. It probably is.
## What's Implemented
- REST API
- [x] Ratelimiting
- [x] Error Parsing
- [x] Bot & Bearer Authentication
- [ ] Route Wrapping
- NOTE: this library will not wrap the routes themselves because they constantly change.
This library will only give the foundations needed for route wrapping for others to do it.
- Gateway
- [x] Connection Handling
- [x] Events/Dispatcher
- [x] Ratelimiting
- [x] Error Handling
- [x] Sharding
## License
Arke is licensed under the MIT license. Please read the [LICENSE](./LICENSE) file for more information.