⟵  Main Page

Discord Cosmetics Automation

Github repository

/!\ Use at your own risks /!\

This is a python tool to automatically switch cosmetics (randomly). Cosmetics are: avatar decorations and profile effects.

Installation

  1. Clone this repository
git clone https://github.com/ariannelafraise/discord-cosmetics-automation.git
  1. Install the requirements
pip install -r requirements.txt
  1. Create a .env file containing:
TOKEN=YOUR_DISCORD_TOKEN

Usage

Loop mode (-l): Be careful of rate limits. This tool only allows as low as a 10 minutes cooldown to prevent rate limits.

Switching all cosmetics once (-b):

python dca.py -b

Switching all cosmetics every 10 minutes (-l):

python dca.py -b -l 10

Switching profile effect only (-p):

python dca.py -p

Switching avatar decoration only (-a):

python dca.py -a -l 15

Conversion to a Linux command

  1. Add a python shebang
  2. Rename dca.py to dca
  3. Add execution permission to dca
  4. Add to path
  5. Test it: dca --version