Discord API Wrapper for Self Bots
Project description
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.
Links
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 details)
Built Distribution
File details
Details for the file SelfDiscord-0.6.tar.gz
.
File metadata
- Download URL: SelfDiscord-0.6.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.22.0 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de6e6ad7be266cda012cf984d3156b56b38f50c8c4facd2e5ec78da6c43530a0 |
|
MD5 | 89609fff12c72bd67e75fe9c4f923f03 |
|
BLAKE2b-256 | 64c8379e9043eab630ca7b575fa0fe1e3154983332bbef53efdae510f35b16ee |
File details
Details for the file SelfDiscord-0.6-py3-none-any.whl
.
File metadata
- Download URL: SelfDiscord-0.6-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.22.0 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72af17375c6bc50736430361132c93387fe63f60542bacbbd3af9edfaf6a7acc |
|
MD5 | f28e0ba3036efb68c4e4cdd00b606ba6 |
|
BLAKE2b-256 | 8ecb5db0a60c9273f769752de344b0159de89f9bf15eaf45aa99d3ff0cb341af |