Skip to content

mx-989/discord-tag-carousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Discord Tag Carousel

What this does

Discord allows you to display a server tag on your profile. This script automatically cycles through multiple server tags from different servers you're in, changing them at a customizable interval.

A cute interface is also included ~w~

Requirements

Bash version (Linux/MacOS/Etc)

  • a bash shell that can handle curl.

Python version (mainly for Windows)

  • Python 3.6 or higher
  • requests library (install it with pip install requests)

Usage

Download and open the script (.sh for bash, .py for python) in a text editor to edit the required variables :

TOKEN One of your discord tokens(?).

GUILDS The servers IDS(?) whose tags you want to include in your rotation.

COOLDOWN The number of seconds between each tag change. Default is 5 seconds, and discord seems to process updates at a max of ~1 per second.

Then launch the script.

chmod +x TagCarousel.sh
./TagCarousel.sh

Or

python3 TagCarousel.py

Windows users can also just double click the .py file.

Important Notes

Using any kind of automation tool violates Discord's ToS.

Your account could technically get suspended or banned for using this script, though Discord is known for being somewhat lenient with its rules as long as you are not interfering with the experience of other users.

You should be fine, but as always, use at your own risk.

The requests are set up to mimic a Discord app on a Windows computer located in the UK. If you know what you are doing, you can adjust the HTTP headers to match one of your devices.

About

A customizable automatic Discord tag switcher.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors