Skip to main content

A Python wrapper for the Discord API forked from Nextcord

Project description

glowcord Discord server invite PyPI version info PyPI version info PyPI supported Python versions Glowcord documentation

GlowCord

A Modern Discord API Wrapper For Python

Fork notice

This is a fork of discord.py, which unfortunately has been officially discontinued on 28th August 2021. If You Want This To Be A Replacement Well Lucky For You We’re Gonna Be Updating It Alot And If You Want You Can Add A Feature Via Pull Request

Key Features

  • Modern Pythonic API using async and await

  • Proper rate limit handling

  • Optimised in both speed and memory

Installing

Python 3.8 or higher is required

To install the library without full voice support, you can just run the following command:

# Linux/macOS
python3 -m pip install -U GlowCord

# Windows
py -3 -m pip install -U GlowCord

Otherwise to get voice support you should run the following command:

# Linux/macOS
python3 -m pip install -U "GlowCord[voice]"

# Windows
py -3 -m pip install -U GlowCord[voice]

To install additional packages for speedup, run the following command:

# Linux/macOS
python3 -m pip install -U "GlowCord[speed]"

# Windows
py -3 -m pip install -U GlowCord[speed]

To install the development version, do the following:

$ git clone https://github.com/cordcord/glowcord/
$ cd glowcord
$ python3 -m pip install -U .[voice]

Optional Packages

Please note that on Linux installing voice you must install the following packages via your favourite package manager (e.g. apt, dnf, etc) before running the above commands:

  • libffi-dev (or libffi-devel on some systems)

  • python-dev (e.g. python3.6-dev for Python 3.6)

Quick Example

from glowcord.ext import commands


bot = commands.Bot(command_prefix='$')

@bot.command()
async def ping(ctx):
    await ctx.reply('Pong!')

bot.run('token')

You can find more examples in the examples directory.

NOTE: It is not advised to leave your token directly in your code, as it allows anyone with it to access your bot. If you intend to make your code public you should store it securely.

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

glowcord-1.1a0.tar.gz (836.9 kB view details)

Uploaded Source

Built Distribution

glowcord-1.1a0-py3-none-any.whl (1.0 MB view details)

Uploaded Python 3

File details

Details for the file glowcord-1.1a0.tar.gz.

File metadata

  • Download URL: glowcord-1.1a0.tar.gz
  • Upload date:
  • Size: 836.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6

File hashes

Hashes for glowcord-1.1a0.tar.gz
Algorithm Hash digest
SHA256 8ce87900aa5a397dac67ccdb6fc63f6d1b2d59320de29054981c3107079830f0
MD5 8f359028ae2eb8788e70bd8962ac2423
BLAKE2b-256 d43e1dd7f9067879a5a7a1cbf66e24735ed9110ede2adf2c913fb86d45831b7a

See more details on using hashes here.

File details

Details for the file glowcord-1.1a0-py3-none-any.whl.

File metadata

  • Download URL: glowcord-1.1a0-py3-none-any.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6

File hashes

Hashes for glowcord-1.1a0-py3-none-any.whl
Algorithm Hash digest
SHA256 0951da3adf4bdd214d91714b52337619cabb2ffaabf7745c044837b4347815c2
MD5 d060d9a3182f8b5e9918910a13819f3e
BLAKE2b-256 91d10b09e9e586986e74285ead15ebc5437f30e68457369ca393b06bbc02636a

See more details on using hashes here.

Supported by

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