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 pydsacc.main import Account
client = Account(token="Your_ds_account_token")
client.send_message(channel_id=Channel_id, text="Hi")
Delete Message
from pydsacc.main import Account
client = Account(token="Your_ds_account_token")
client.delete_message(channel_id=Channel_id, message_id=Message_id)
List Guilds
from pydsacc.main import Account
client = Account(token="Your_ds_account_token")
guilds = client.list_guilds()
print(guilds)
Get Channel Messages
from pydsacc.main import Account
client = Account(token="Your_ds_account_token")
messages = client.get_channel_messages(channel_id=Channel_id)
print(messages)
Delete Guild
from pydsacc.main import Account
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.1.tar.gz
(1.5 kB
view details)
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
File details
Details for the file ds_user-0.0.1.tar.gz.
File metadata
- Download URL: ds_user-0.0.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76848b48bba4c78f2d05991d619b03ce275ba405c1d61650a76c2a47a1166150
|
|
| MD5 |
58b2fbebe033a60963fa62827a9972b8
|
|
| BLAKE2b-256 |
3d714c1dee236953f05fbc222462444e49bd18d96a280a1bf0bf2dfed66d9be6
|
File details
Details for the file ds_user-0.0.1-py3-none-any.whl.
File metadata
- Download URL: ds_user-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0b1fe757ee7cd72f24f2c0db862e77f2a99e17a7f5f6e54d4f589a7b5b96d1b
|
|
| MD5 |
75224982b6f37983061ed1a2e16077fe
|
|
| BLAKE2b-256 |
f0ca7eabd53ed02b783a30aca8ad313253f0371a709827d062e0dd5d3b29d398
|