Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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