{"id":27653995,"url":"https://github.com/540sno/discord-tool","last_synced_at":"2025-04-24T05:16:47.346Z","repository":{"id":287565643,"uuid":"965137050","full_name":"540sno/Discord-Tool","owner":"540sno","description":"Simple Discord Tool created with C# , have fun *_*","archived":false,"fork":false,"pushed_at":"2025-04-13T10:37:14.000Z","size":126,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-24T05:16:30.774Z","etag":null,"topics":["discord","discord-bot","gathering","github","hacking","hacking-tool","information","spammer","tool","tools"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/540sno.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-04-12T13:50:35.000Z","updated_at":"2025-04-13T10:37:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"46fd9965-529b-4fed-9eba-9347178ba00d","html_url":"https://github.com/540sno/Discord-Tool","commit_stats":null,"previous_names":["dionabazi/discord-tool","540sno/discord-tool"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/540sno%2FDiscord-Tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/540sno%2FDiscord-Tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/540sno%2FDiscord-Tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/540sno%2FDiscord-Tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/540sno","download_url":"https://codeload.github.com/540sno/Discord-Tool/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250566523,"owners_count":21451234,"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-bot","gathering","github","hacking","hacking-tool","information","spammer","tool","tools"],"created_at":"2025-04-24T05:16:46.285Z","updated_at":"2025-04-24T05:16:47.324Z","avatar_url":"https://github.com/540sno.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dctool 💬\n\n![image](https://github.com/user-attachments/assets/33d3f2ac-ee0c-4740-b862-4a3ce836dda3)\n\n\n![image](https://github.com/user-attachments/assets/257bc567-8d99-40ed-86ef-98174c8f4ae3)\nFOR WINDOWS USERS!!!\n\nGO TO DISCORD-TOOL FOLDER GO BIN/DEBUG/NET8.0/discordtool.exe or whatever the .exe name is\n\n**dctool** is a powerful and lightweight console-based Discord utility built in C#.  \nIt allows you to interact with Discord webhooks, fetch guild information, and check member status — all through a clean terminal UI.\n\n---\n\n## 📦 Features\n\n- ✅ Send custom messages through Discord webhooks (with message count)\n- 🔍 Fetch detailed Guild information using a bot token\n- 👤 Check member status by User ID\n- 💻 Easy-to-use CLI interface\n- 🧠 Built-in JSON formatting and API error handling *(optional)*\n\n---\n\n## ⚙️ Requirements\n\n- [.NET 6 SDK or later](https://dotnet.microsoft.com/download)\n- Discord **bot token** with proper permissions and intents\n  - `GUILD_MEMBERS` intent **must** be enabled in the bot settings\n    \nwget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb\nsudo dpkg -i packages-microsoft-prod.deb\nsudo apt-get update\n\n# Install the .NET 8 SDK\nsudo apt-get install -y dotnet-sdk-8.0\n\n---\n\n## 🚀 How to Run\n\n1. **Clone the repo**\n    ```bash\n    git clone https://github.com/dionabazi/Discord-Tool.git\n    cd Discord-Tool\n    ```\n\n2. **Build the project**\n    ```bash\n    dotnet build\n    ```\n\n3. **Run it**\n    ```bash\n    dotnet run\n    ```\n\n---\n\n## 🛠 Usage\n\nOnce you launch the tool, you'll see a menu like this:\n\nSend Webhook Message\n\nView Guild Info\n\nCheck Member Status\n\nExit\n\nyaml\nCopy\nEdit\n\n### 🔧 Webhook Message\n- Paste your Discord webhook URL\n- Enter the message\n- Specify how many times you want to send it\n\n### 📡 View Guild Info\n- Paste your bot token and guild ID\n- The tool will query the Discord API and return basic server info\n\n### 👥 Check Member Status\n- Enter bot token, guild ID, and the user ID\n- Returns user data from the server (roles, nickname, joined_at, etc.)\n\n---\n\n## 📄 Example Output\n\n```bash\n[✓] Sent message 1/5\n[✓] Sent message 2/5\n...\nFinished sending messages.\n\nMember Info:\n{\n  \"user\": {\n    \"id\": \"1234567890\",\n    \"username\": \"example\",\n    ...\n  },\n  \"joined_at\": \"2023-05-01T12:34:56.789000+00:00\",\n  ...\n}\n🔐 Disclaimer\nThis tool is for educational and testing purposes only.\nDo not use it to spam or break Discord’s Terms of Service.\n\n👑 Author\nMade with ❤️ by @d_540sno\n\nContributions welcome! Open a PR or issue to improve the tool.\n\n📃 License\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F540sno%2Fdiscord-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F540sno%2Fdiscord-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F540sno%2Fdiscord-tool/lists"}