This script allows you to change the status of your Discord account automatically from the statuses defined in a text file.
- Python 3.x
- Required packages:
requests colorama
Clone this repository:
git clone https://github.com/RELIHR/Discord-Status-Changer.git
You can install the necessary packages by running the following command:
pip install requests colorama
Execute the script:
python main.py
Use the code with caution.
-
text.txt
file containing the states you want to set in Discord, one per line. -
emojis.txt
file if you want to add rotating emojis, including nitro emojis.
Nitro format: name:id
Format without nitro (only the emoji): 😀
- token: Your Discord token account.
- status_sequence: Rotate the status (online, dnd, idle, offline). You can have one fixed by removing the others and leaving only the one you want.
- clear_enabled: Enables or disables console clearing after a certain number of status changes.
- clear_interval: Number of state changes after which the console will be cleared.
- speed_rotator: Time interval between each state change (in seconds).
(06/04/24)
↗️ - You can now rotate the status (🟢online, ⛔dnd, 🟠idle, 🌑offline). | [Feature]
(01/04/24)
✅ - Fixed encoding (UTF-8). | [Error]
(12/03/24)
↗️ - Now you can rotate emojis (including nitro emojis). | [Feature]
If you find any bugs or have any suggestions for improvement, feel free to open an issue or submit a pull request!
This project is licensed under the MIT license.👀