[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-81124":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":14,"subscribersCount":14,"size":14,"stars1d":14,"stars7d":15,"stars30d":16,"stars90d":14,"forks30d":14,"starsTrendScore":14,"compositeScore":17,"rankGlobal":9,"rankLanguage":9,"license":18,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":21,"hasPages":19,"topics":22,"createdAt":9,"pushedAt":9,"updatedAt":23,"readmeContent":24,"aiSummary":25,"trendingCount":14,"starSnapshotCount":14,"syncStatus":12,"lastSyncTime":26,"discoverSource":27},81124,"Self-Hosted-Discord-Webhook-Sender","TonieC\u002FSelf-Hosted-Discord-Webhook-Sender","TonieC","A self-hosted Discord webhook sender with full-ish embed customization.",null,"JavaScript",53,2,15,0,1,21,1.43,"Other",false,"main",true,[],"2026-06-12 02:04:11","# 🧩 Webhook Studio\n\nA self-hosted Discord webhook sender with full embed customization.\n\n---\n\n## ✨ Features\n\n* Plain text or embed mode\n* Full embed builder (title, description, color, author, footer)\n* Image and thumbnail support\n* Timestamp toggle\n* Live preview\n* Webhook URL validation (Discord-only)\n* Self-hosted\n\n---\n\n## ⚠️ Webhook Validation\n\nOnly valid Discord webhook URLs are allowed:\n\n```\nhttps:\u002F\u002Fdiscord.com\u002Fapi\u002Fwebhooks\u002F{id}\u002F{token}\n```\n\nInvalid URLs are rejected.\n\n---\n\n## 📦 Dependencies\n\nInstall required packages:\n\n```bash\nnpm install express cors axios\n```\n\n---\n\n## 📁 Project Structure\n\n```\nproject\u002F\n│\n├── server.js\n├── package.json\n└── public\u002F\n    ├── index.html\n    ├── app.js\n    └── style.css\n```\n\n---\n\n## 🚀 Run Locally\n\n```bash\nnpm install\nnode server.js\n```\n\nOr (if using package.json):\n\n```bash\nnpm start\n```\n\n---\n\n## 📄 Optional package.json\n\n```json\n{\n  \"name\": \"webhook-studio\",\n  \"version\": \"1.0.0\",\n  \"description\": \"Self-hosted Discord webhook sender\",\n  \"main\": \"server.js\",\n  \"scripts\": {\n    \"start\": \"node server.js\"\n  },\n  \"dependencies\": {\n    \"axios\": \"^1.6.0\",\n    \"cors\": \"^2.8.5\",\n    \"express\": \"^4.18.2\"\n  }\n}\n```\n\n---\n\n## 👤 Author\n\nMade by Tonie C.\n🌐 https:\u002F\u002Ftoniec.github.io\u002F\n\n---\n\n## 📜 License\n\nThis project is licensed under the MIT License.\nYou are free to use, modify, and distribute this project.\n\n---\n\n## 🙏 Attribution\n\nWhile not legally required under MIT, it is strongly appreciated that you keep visible credit:\n\n**Webhook Studio by Tonie C.**\n🌐 https:\u002F\u002Ftoniec.github.io\u002F\n\nIf you reuse this project, please do not remove original author attribution.\n","这是一个自托管的Discord Webhook发送器，支持完整的嵌入式消息定制。其核心功能包括纯文本或嵌入模式选择、全功能嵌入构建（如标题、描述、颜色、作者、页脚）、图片和缩略图支持、时间戳开关以及实时预览。此外，该项目还具备Webhook URL验证功能，确保仅允许有效的Discord Webhook链接。它非常适合需要通过自定义格式向Discord频道发送通知或信息的场景使用，比如个人项目更新、系统监控警报等。基于Node.js环境运行，依赖于Express、CORS及Axios库。","2026-06-11 04:03:35","CREATED_QUERY"]