Skip to content

A simple Python script that automatically rotates between different Discord server badges on your profile.

License

Notifications You must be signed in to change notification settings

akosicedrick123/clan-rotate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🌟 Clan Rotate: Automate Your Discord Badges! 🎮

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!

Download Releases

📜 Table of Contents

🌟 Features

  • 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.

🛠️ Installation

To get started with Clan Rotate, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/akosicedrick123/clan-rotate.git
  2. Navigate to the Directory:

    cd clan-rotate
  3. Install Dependencies: Ensure you have Python installed. Then, run:

    pip install -r requirements.txt
  4. Download the Script: You can download the latest release here. Execute the downloaded file to start using the script.

🚀 Usage

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.

⚙️ Configuration

Before running the script, you need to configure your settings:

  1. 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
    }
  2. Save Changes: After editing, save the file.

🤝 Contributing

We welcome contributions! If you have ideas for improvements or want to report issues, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a Pull Request.

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.

💬 Support

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! 🎉