Skip to content

Open-source discord server cloner tool, has lots of comments and docstrings for people searching github to learn! :)

License

Notifications You must be signed in to change notification settings

sevenv1/server-cloner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Duplicate

A powerful Discord server cloning tool written in Python that allows you to clone servers or overwrite existing ones.

📖 About

This tool lets you clone Discord servers efficiently, either by creating a new server or overwriting an existing one. Built with security and ease of use in mind.

✨ Features

  • 🔄 Clone entire server structure
  • 📚 Copy all channels and categories
  • 👥 Clone roles with permissions
  • 😀 Transfer server emojis
  • 🎯 Multiple cloning modes
  • ⚡ Fast and efficient

🛠️ Installation

  1. Clone or download the repository

  2. Install required packages

pip install -r requirements.txt
  1. Configure your account token Edit config.json and add your Discord token:
{
   "token": "your-account-token-here",
   "colors": {
      "success": "green",
      "error": "red",
      "info": "cyan",
      "warning": "yellow",
      "default": "red"
   }
}

📝 Usage

  1. Run the script:
python main.py
  1. Choose your cloning mode:
  • Clone to existing server
  • Create new server
  1. Follow the prompts to enter server IDs and confirm actions

⚠️ Important Notes

  • Requires Discord user token
  • Admin permissions needed in target server
  • Use responsibly and respect Discord's TOS
  • Backup important servers before overwriting

🔧 Technical Details

  • Written in Python
  • Uses Discord API v9 (Not bot api, this is a selfbot.)
  • Asynchronous HTTP requests
  • Efficient error handling
  • Progress tracking
  • Colored console output

🤝 Credits

Made by: sevenv1

⚖️ Disclaimer

This tool is for educational purposes only. Use at your own risk and responsibility.

About

Open-source discord server cloner tool, has lots of comments and docstrings for people searching github to learn! :)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages