All Projects → Mecha-Karen → acord

Mecha-Karen / acord

Licence: GPL-3.0 license
An API wrapper for discord, built using aiohttp and pydantic.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to acord

nyxx
Wrapper around Discord API for Dart
Stars: ✭ 217 (+768%)
Mutual labels:  discord-api, api-wrapper
nextcord
A Python wrapper for the Discord API forked from discord.py
Stars: ✭ 956 (+3724%)
Mutual labels:  discord-api, api-wrapper
Aiomixcloud
Mixcloud API wrapper for Python and Async IO
Stars: ✭ 23 (-8%)
Mutual labels:  aiohttp, api-wrapper
hata
Async Discord API wrapper.
Stars: ✭ 156 (+524%)
Mutual labels:  discord-api, api-wrapper
Dis-Snek
A Python API wrapper for Discord
Stars: ✭ 71 (+184%)
Mutual labels:  discord-api, api-wrapper
discord.bat
🗑️ the BEST discord lib
Stars: ✭ 38 (+52%)
Mutual labels:  discord-api, api-wrapper
DPP
C++ Discord API Bot Library - D++ is Lightweight and scalable for small and huge bots!
Stars: ✭ 560 (+2140%)
Mutual labels:  discord-api, api-wrapper
hikari-lightbulb
The official unofficial command handler for the Python discord API wrapper library, Hikari.
Stars: ✭ 152 (+508%)
Mutual labels:  discord-api, api-wrapper
ro.py
ro.py is a modern, asynchronous Python 3 wrapper for the Roblox API.
Stars: ✭ 65 (+160%)
Mutual labels:  oop, api-wrapper
Pyrez
(ON REWRITE) An easy to use (a)sync wrapper for Hi-Rez Studios API (Paladins, Realm Royale, and Smite), written in Python. 🐍
Stars: ✭ 23 (-8%)
Mutual labels:  aiohttp, api-wrapper
Karuma
Karuma is a Discord Bot including Nukes, Raids, Mass DM and other features. Only for educational purposes 🥱🚀
Stars: ✭ 132 (+428%)
Mutual labels:  discord-api
distest
A library used to do integration testing on discord bots
Stars: ✭ 29 (+16%)
Mutual labels:  discord-bots
ConvNet-OOP
ConvNet Implementation: An Object Oriented Approach using Keras API.
Stars: ✭ 20 (-20%)
Mutual labels:  oop
guilded.py
Asynchronous Guilded API wrapper for Python
Stars: ✭ 115 (+360%)
Mutual labels:  aiohttp
ZmopSharp
ZMOP (芝麻信用开放平台) SDK for .NET
Stars: ✭ 11 (-56%)
Mutual labels:  api-wrapper
bitflyer
⚡ bitFlyer API wrapper for Ruby
Stars: ✭ 25 (+0%)
Mutual labels:  api-wrapper
article-downloader
Uses publisher APIs to programmatically retrieve scientific journal articles for text mining.
Stars: ✭ 81 (+224%)
Mutual labels:  api-wrapper
dpytools
Collection of easy to use, beginner friendly but powerful, orthogonal tools to speed up discord bots development (discord.py)
Stars: ✭ 23 (-8%)
Mutual labels:  discord-bots
bookops-worldcat
BookOps WorldCat Metadata API wrapper
Stars: ✭ 21 (-16%)
Mutual labels:  api-wrapper
VecFor
Vector algebra class for Fortran poor people
Stars: ✭ 28 (+12%)
Mutual labels:  oop

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].