Skip to main content

This library will make it easier to manage Discord accounts with an account token!

Project description

This library will make it easier to manage Discord accounts with an account token!

Examples:

Send Message

from ds_user import client

client = client.Account(token="Your_ds_account_token")

client.send_message(channel_id=Channel_id, text="Hi")

Delete Message

from ds_user import client

client = client.Account(token="Your_ds_account_token")

client.delete_message(channel_id=Channel_id, message_id=Message_id)

List Guilds

from ds_user import client

client = client.Account(token="Your_ds_account_token")

guilds = client.list_guilds()

print(guilds)

Get Channel Messages

from ds_user import client

client = client.Account(token="Your_ds_account_token")

messages = client.get_channel_messages(channel_id=Channel_id)

print(messages)

Delete Guild

from ds_user import client

client = client.Account(token="Your_ds_account_token")

client.delete_guild(guild_id=Guild_id)

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

ds_user-0.0.4.tar.gz (2.2 kB view details)

Uploaded Source

Built Distribution

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

ds_user-0.0.4-py3-none-any.whl (2.5 kB view details)

Uploaded Python 3

File details

Details for the file ds_user-0.0.4.tar.gz.

File metadata

  • Download URL: ds_user-0.0.4.tar.gz
  • Upload date:
  • Size: 2.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.4

File hashes

Hashes for ds_user-0.0.4.tar.gz
Algorithm Hash digest
SHA256 1c3777caff6191f90c48f62a386ce5c7bc0540095b39713cb8ea376808557269
MD5 30db6fd59126061725beeb74ebe6615c
BLAKE2b-256 366513675b633c6588c8f9b129aed3e54883094412063bc524456d8386bb7628

See more details on using hashes here.

File details

Details for the file ds_user-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: ds_user-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 2.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.4

File hashes

Hashes for ds_user-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 4ba5653dfa160ba133990ba97a41e314476f23ef9021be79408c0db7dd6dbca8
MD5 fec0baea3e5558c339c403a18e5a3050
BLAKE2b-256 657200db651e35c61913559003517b87cd4d9dfce88c23b37a0195253cfa21d4

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