{"id":19356288,"url":"https://github.com/ezyrockstar/CrazyNuker","last_synced_at":"2025-09-30T13:31:50.955Z","repository":{"id":261429774,"uuid":"884288558","full_name":"Fear2o/CrazyNuker","owner":"Fear2o","description":"a super quick and powerful discord nuke bot","archived":false,"fork":false,"pushed_at":"2025-01-04T17:35:09.000Z","size":8186,"stargazers_count":2,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T06:10:34.514Z","etag":null,"topics":["discord","discord-api","discord-bot","discord-bots","discord-nuke","discord-nuke-bot","discord-nuker","discord-py","discord-token","discordbot","discordnukebot","discordnuker","discordpy","free","github","mit-license","python","python-3","python-script","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fear2o.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-06T13:39:10.000Z","updated_at":"2025-01-04T17:35:12.000Z","dependencies_parsed_at":"2024-11-07T21:35:08.689Z","dependency_job_id":null,"html_url":"https://github.com/Fear2o/CrazyNuker","commit_stats":null,"previous_names":["fear2o/discordnuker","fear2o/crazynuker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fear2o%2FCrazyNuker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fear2o%2FCrazyNuker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fear2o%2FCrazyNuker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fear2o%2FCrazyNuker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fear2o","download_url":"https://codeload.github.com/Fear2o/CrazyNuker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234744002,"owners_count":18879946,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["discord","discord-api","discord-bot","discord-bots","discord-nuke","discord-nuke-bot","discord-nuker","discord-py","discord-token","discordbot","discordnukebot","discordnuker","discordpy","free","github","mit-license","python","python-3","python-script","python3"],"created_at":"2024-11-10T07:03:50.780Z","updated_at":"2025-09-30T13:31:50.603Z","avatar_url":"https://github.com/Fear2o.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌌Powerful Discord Nuker Bot 🌌\n\n\n\n\u003e ⚠️ **Educational Purposes Only** ⚠️  \n\u003e This bot is designed for experimental learning and should **only** be used in environments where you have explicit permission from server owners. Misuse can result in serious consequences like account suspension or legal action. Use responsibly!\n\n\n![GitHub stars](https://img.shields.io/github/stars/Fear2o/DiscordNuker?style=social)\n![Build Status](https://img.shields.io/github/workflow/status/Fear2o/DiscordNuker/CI)\n![License](https://img.shields.io/github/license/Fear2o/DiscordNuker)\n![Contributors](https://img.shields.io/github/contributors/Fear2o/DiscordNuker)\n\n\n## ✨ Features\n- 🔥 **Server Renaming**: Changes the server name to a custom setting.\n- 💣 **Channel Deletion**: Removes all existing text channels in the server.\n- 📢 **Mass Channel Creation \u0026 Super Quick Spam**: Creates multiple text channels and sends a thousands of messages/pings in a short duration.\n\n## 🚀 Setup Instructions\n\n### 1. Clone the Repository\nFirst, clone this repository to your local machine.  \n```bash\ngit clone https://github.com/Fear2o/DiscordNuker\ncd DiscordNuker\n```\n\n### 2. Install Dependencies\nEnsure you have Python installed (3.8 or higher). Then, install `discord.py` by running:\n```bash\npip install -U discord.py\n```\n\n### 3. Configure the Bot\nOpen `bot.py` in a text editor and replace `'your_token_here'` with your **Discord Bot Token** from the [Discord Developer Portal](https://discord.com/developers/applications).\n\nCustomize these variables as desired:\n- `GUILD_NAME`: The new name for the server (e.g., `\"Fear is everywhere\"`).\n- `CHANNEL_NAME`: The name for channels to be created (e.g., `\"fear has hacked you\"`).\n- `SPAM_MESSAGE`: The message that will be spammed in each created channel.\n\n### 4. Enable Intents\nIn the [Discord Developer Portal](https://discord.com/developers/applications), ensure **Message Content Intent** is enabled. This is required for the bot to read and respond to messages effectively.\n\n### 5. Run the Bot\nStart the bot by running:\n```bash\npython bot.py\n```\n\n### 6. Trigger the Nuke Command\nin a server with the bot added, type the following command to start the nuke operation:\n```diff\n!nuke\n```\nThis will initiate the bot to rename the server, delete all channels, and create multiple new channels filled with spam messages.\n\n## ⚙️ Important Notes\n- **Rate Limits**: To avoid hitting Discord’s rate limits, the bot includes small delays between messages.\n- **Permissions**: The bot must have sufficient permissions to manage channels, manage server and send messages in the target server.\n- **Legal Disclaimer**: Unauthorized usage of this bot on Discord servers is a violation of [Discord's Terms of Service](https://discord.com/terms) and may lead to account suspension or legal action.\n\n## 🖥️ Supported Platforms\n- **Windows**: Fully supported.\n- **Linux**: Works with minor adjustments.\n- **macOS**: May require additional dependencies for full functionality.\n\n\n## 🌟 Contributing \u0026 Support\nFeel free to star ⭐ the repo if you find this project useful! Contributions are welcome to improve functionality and add new features.\n\n\n## 📜 Disclaimer\nThis tool is intended for **educational purposes only**. Unauthorized or malicious use is strictly prohibited. Respect Discord’s guidelines and obtain necessary permissions before running this bot in any server environment.\n\n**____________________________________________**\n\n\n*Crafted with passion by Fear.io*\n\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezyrockstar%2FCrazyNuker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fezyrockstar%2FCrazyNuker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezyrockstar%2FCrazyNuker/lists"}