Skip to main content

An asynchronous Python client for Discord's API

Project description

restcord.py

An asynchronous Python client for Discord's API

Codacy Badge PyPI version Python 3.6

Requirements

python>=3.6.0
asyncio
aiohttp
json

Install

pip3 install restcord.py

Import

from restcord import RestCord

Instantiate

client = RestCord("Your Discord application token here")

Use

guild = await client.get_guild(265561352683126786)
print(guild)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

restcord.py-0.0.3.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

restcord.py-0.0.3-py3-none-any.whl (12.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page