Cette librairie permet de créer des selfbots Discord.
Project description
PyDiscordSelf
Cette librairie permet de créer des selfbots Discord.
Exemple
import pydiscordself
import json
global config
with open("./config.json", "r") as configFile:
config = json.load(configFile)
selfbot = pydiscordself.SelfBot(config["token"])
def on_ready(_data):
print("SelfBot is READY !")
def on_message(data):
print(data["content"])
selfbot.addEventListener("READY", on_ready)
selfbot.addEventListener("MESSAGE_CREATE", on_message)
selfbot.start()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pydiscordself-0.2-py3.11.egg
(6.5 kB
view details)
File details
Details for the file pydiscordself-0.2-py3.11.egg.
File metadata
- Download URL: pydiscordself-0.2-py3.11.egg
- Upload date:
- Size: 6.5 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
653b843c97f262e54bbf2d06fab96ed062e5bf6125945db02914c8a9bdf56bac
|
|
| MD5 |
d9a229ed853455f93752c752f8da3aa4
|
|
| BLAKE2b-256 |
0693fade72e4882e86fb8690cba41a435c8783e2065a81bafaebfe8488b5dbb3
|