netgian / Discord-Token-Playground

Ultimate Discord User API for work with a discord account via its token

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Token Playground

Simple Python script that automates requests to a Discord account via its token.

Requirements

First of all install the libraries at requirements.txt

pip install -r requirements.txt

Usage.

Put your token here

TOKEN = "<token-here>"

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