{"id":24692416,"url":"https://github.com/ireddragonicy/wascrub","last_synced_at":"2026-05-03T01:41:14.590Z","repository":{"id":274238709,"uuid":"922319604","full_name":"IRedDragonICY/wascrub","owner":"IRedDragonICY","description":"Clean WhatsApp chat export easily.","archived":false,"fork":false,"pushed_at":"2025-02-07T03:16:31.000Z","size":454,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T02:13:27.925Z","etag":null,"topics":["chat","clean","data","meta","whatsapp"],"latest_commit_sha":null,"homepage":"https://wascrub.vercel.app","language":"TypeScript","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/IRedDragonICY.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":"2025-01-25T22:07:34.000Z","updated_at":"2025-02-07T03:16:34.000Z","dependencies_parsed_at":"2025-01-25T23:27:55.181Z","dependency_job_id":"00306525-1fdc-44ea-a4c4-7b3512b08cb8","html_url":"https://github.com/IRedDragonICY/wascrub","commit_stats":null,"previous_names":["ireddragonicy/wascrub"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IRedDragonICY%2Fwascrub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IRedDragonICY%2Fwascrub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IRedDragonICY%2Fwascrub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IRedDragonICY%2Fwascrub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IRedDragonICY","download_url":"https://codeload.github.com/IRedDragonICY/wascrub/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244894317,"owners_count":20527677,"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":["chat","clean","data","meta","whatsapp"],"created_at":"2025-01-26T20:15:03.527Z","updated_at":"2025-10-16T21:41:48.901Z","avatar_url":"https://github.com/IRedDragonICY.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003eWAScrub\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./public/icon.webp\" alt=\"Logo\" width=\"256\" height=\"256\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003cstrong\u003eClean WhatsApp Chat Exports with Style\u003c/strong\u003e\u003c/p\u003e\n\n---\n\n\n## 🌟 Features\n\n- **Drag \u0026 Drop Interface** 📤  \n  Easily upload multiple WhatsApp chat `.txt` files with modern drag-and-drop functionality\n\n- **Metadata Control** 🕒📅  \n  Toggle removal of dates and times while preserving conversation flow\n\n- **Batch Processing** 🔄  \n  Handle multiple files simultaneously with individual processing tracking\n\n- **Real-Time Preview** 👀  \n  Instant preview of cleaned messages with syntax highlighting\n\n- **Dark/Light Mode** 🌗  \n  Automatic theme switching based on system preferences\n\n- **Bulk Actions** 🗑️  \n  Multi-select files for batch deletion with keyboard shortcuts\n\n- **Modern UI** 🎨  \n  Responsive design with smooth animations and intuitive controls\n\n## 🚀 Quick Start\n\n1. **Clone Repository**\n   ```bash\n   git clone https://github.com/yourusername/wascrub.git\n   cd wascrub\n   ```\n\n2. **Install Dependencies**\n   ```bash\n   npm install\n   ```\n\n3. **Run Development Server**\n   ```bash\n   npm run dev\n   ```\n\n4. **Access Application**\n   ```\n   http://localhost:3000\n   ```\n\n## 🛠️ Usage Guide\n\n1. **Upload Chats**  \n   → Drag WhatsApp export `.txt` files into the drop zone  \n   → Or click to browse files (supports multi-select)\n\n2. **Process Options**  \n   → Toggle \"Remove Dates\" 📅 to exclude timestamps  \n   → Toggle \"Remove Times\" 🕒 to hide message times\n\n3. **Preview \u0026 Manage**  \n   → Click files in sidebar to switch between conversations  \n   → `Ctrl/Cmd + Click` for multi-select deletion  \n   → Real-time message preview with applied filters\n\n4. **Export Data**  \n   → Click download button to get cleaned version  \n   → File automatically named `WAScrub_originalfilename.txt`\n\n## 🔧 Tech Stack\n\n- **Frontend**: React + TypeScript\n- **State Management**: React Hooks (useState, useCallback, useMemo)\n- **Styling**: CSS-in-JS with dynamic theme switching\n- **Icons**: Font Awesome (via CDN)\n- **Build**: Vite/Next.js (configured for client-side rendering)\n\n## 🧑💻 Development\n\n```bash\n# Install dependencies\nnpm install\n\n# Run development server\nnpm run dev\n\n# Build for production\nnpm run build\n```\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit changes (`git commit -m 'Add amazing feature'`)\n4. Push to branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📄 License\n\nMIT License - see [LICENSE](LICENSE) for details\n\n---\n\n**📝 Note**:\n- Requires WhatsApp chat exports in standard format\n- Works best with modern browsers (Chrome/Firefox/Edge latest versions)\n- All processing happens locally - no data leaves your computer\n\n**🙏 Credits**\n- WhatsApp logo and name are trademarks of Meta Platforms Inc.\n- Font Awesome icons by Dave Gandy\n\n---\n\n**Made with ❤️ by Mohammad Farid Hendianto**  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fireddragonicy%2Fwascrub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fireddragonicy%2Fwascrub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fireddragonicy%2Fwascrub/lists"}