Skip to main content

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


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

If you're not sure about the file name format, learn more about wheel file names.

pydiscordself-0.2-py3.11.egg (6.5 kB view details)

Uploaded Egg

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

Hashes for pydiscordself-0.2-py3.11.egg
Algorithm Hash digest
SHA256 653b843c97f262e54bbf2d06fab96ed062e5bf6125945db02914c8a9bdf56bac
MD5 d9a229ed853455f93752c752f8da3aa4
BLAKE2b-256 0693fade72e4882e86fb8690cba41a435c8783e2065a81bafaebfe8488b5dbb3

See more details on using hashes here.

Supported by

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