Skip to main content

Discord API Wrapper for Self Bots

Project description

Discord server invite PyPI version info PyPI supported Python versions

An easy API wrapper for discord self bots written in python.

Key Features

  • Proxy Support.

  • Self Bot Support.

  • Proper rate limit handling.

  • Coverage of the supported Discord API.

  • Optimised in both speed and memory.

Installing

Python 3.5.3 or higher is required

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

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

Quick Example

from selfdiscord import SelfDiscord

client = SelfDiscord(token='token')

print(f"Logged in as {client.username}#{client.discriminator}")

client.CreateServer("SelfDiscord")

You can find more examples in the examples directory.

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

SelfDiscord-0.6.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

SelfDiscord-0.6-py3-none-any.whl (6.3 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