Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netgian/discord-token-playground
Ultimate Discord User API for work with a discord account via its token
https://github.com/netgian/discord-token-playground
api discord discord-api discord-py discord-token discord-user discord-user-api discord-user-token discordapi discordpy python python-api python3 pythonapi token token-discord token-discord-user token-python
Last synced: 5 days ago
JSON representation
Ultimate Discord User API for work with a discord account via its token
- Host: GitHub
- URL: https://github.com/netgian/discord-token-playground
- Owner: netgian
- Created: 2021-08-07T14:09:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T12:52:31.000Z (5 months ago)
- Last Synced: 2024-06-10T14:38:27.125Z (5 months ago)
- Topics: api, discord, discord-api, discord-py, discord-token, discord-user, discord-user-api, discord-user-token, discordapi, discordpy, python, python-api, python3, pythonapi, token, token-discord, token-discord-user, token-python
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 25
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Discord Token Playground
========================Simple Python script that automates requests to a Discord account via its token.
## Requirements
First of all install the requests module
```
pip install requests
```## Usage.
Put your token here
```
TOKEN = ""
```
Features:
```
dump_info()
join_server()
set_typing()
send_message()
send_mass_messages()
set_bio()
set_custom_status()
change_status()
change_language()
change_theme()
create_threads()
create_guilds()
clear_messages()
delete_guilds()
delete_channels()
delete_friends()
raid()
```**NOTE:** If you change your password your token will change.
## Tested on:
- Windows 10