1
0
Fork
You've already forked arke
0
Low level Discord API Wrapper made from the ground up.
  • Python 100%
2023年07月18日 21:17:10 -07:00
arke fix(RawDispatcher): broken dispatch type hint 2023年07月18日 21:17:10 -07:00
.gitignore refactor!: JSON type hints & serialization 2023年07月18日 21:13:26 -07:00
.pre-commit-config.yaml style: ruff linting 2023年07月16日 02:11:46 -07:00
LICENSE style: pre-commit hooks 2023年07月15日 14:58:25 -07:00
pdm.lock chore: bump minimum python version to 3.10 2023年07月15日 03:39:23 -07:00
pyproject.toml style: ruff linting 2023年07月16日 02:11:46 -07:00
README.md chore: add mit license 2023年07月15日 14:18:53 -07:00

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
    • Ratelimiting
    • Error Parsing
    • 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
    • Connection Handling
    • Events/Dispatcher
    • Ratelimiting
    • Error Handling
    • Sharding

License

Arke is licensed under the MIT license. Please read the LICENSE file for more information.