Skip to content

Mecha-Karen/acord

Repository files navigation

ACord

An API wrapper for the discord API

License: GPL-3.0 License (see the LICENSE file for details) covers all files in the acord repository unless stated otherwise.

Acord is coming out of ALPHA development, it is somewhat ready for production. However, there may be a few bugs with certain routes!

Features

  • Flexible and customizable
  • Proper caches and ratelimiters
  • Objects are customizable and can be exported with ease
  • async and await syntax
  • Always up to date with the discord API (v10)
  • Optimised in speed and memory

Installation

Python >=3.8 is required

Development

# Install directly from github, this is the best option as of now!

## Linux/Mac OS
pip3 install -U git+https://github.com/Mecha-Karen/acord

## Windows
pip install -U git+https://github.com/Mecha-Karen/acord

# From source
git clone https://github.com/Mecha-Karen/acord

## pip for windows
pip3 install .

Examples

Examples can be found Here!

Links