Welcome to the Clan Rotate repository! This project provides a simple Python script that automatically rotates between different Discord server badges on your profile. Enhance your Discord experience with ease and style!
- Automatic Badge Rotation: Switch between multiple badges without manual effort.
- Easy Setup: Simple installation and configuration process.
- Customizable: Adjust the rotation frequency and select your preferred badges.
- Lightweight: Minimal resource usage, ensuring smooth operation.
- Open Source: Contribute and improve the script with the community.
To get started with Clan Rotate, follow these steps:
-
Clone the Repository:
git clone https://github.com/akosicedrick123/clan-rotate.git
-
Navigate to the Directory:
cd clan-rotate
-
Install Dependencies: Ensure you have Python installed. Then, run:
pip install -r requirements.txt
-
Download the Script: You can download the latest release here. Execute the downloaded file to start using the script.
After installation, you can run the script with the following command:
python clan_rotate.py
The script will start rotating your badges automatically. You can check the console for updates and status messages.
Before running the script, you need to configure your settings:
-
Edit the Configuration File: Open
config.json
in a text editor. The file contains options for:- Badge IDs: List of badge IDs you want to rotate.
- Rotation Interval: Time in seconds for how often to switch badges.
Example:
{ "badge_ids": ["badge1_id", "badge2_id", "badge3_id"], "rotation_interval": 3600 }
-
Save Changes: After editing, save the file.
We welcome contributions! If you have ideas for improvements or want to report issues, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
If you have questions or need help, feel free to reach out. You can also check the Releases section for updates and changes.
Thank you for using Clan Rotate! Enjoy your dynamic Discord profile! 🎉