|
1 | | -# GmailSweep |
2 | | -Delete thousands of emails from any Gmail tab (Social • Promotions • Updates • Forums • Primary) in seconds — with full preview and custom count. 100% safe using App Password. |
| 1 | +# GmailSweep 🧹 |
| 2 | + |
| 3 | +**Delete hundreds or thousands of emails from any Gmail tab in seconds** |
| 4 | +Social • Promotions • Updates • Forums • Primary |
| 5 | + |
| 6 | +No more endless scrolling. Just pick a tab, choose how many, preview, and sweep! |
| 7 | + |
| 8 | +[](https://python.org) |
| 9 | +[](https://djangoproject.com) |
| 10 | +[](https://opensource.org/licenses/MIT) |
| 11 | +[](https://github.com/yourusername/GmailSweep) |
| 12 | + |
| 13 | +## 🚀 Features |
| 14 | + |
| 15 | +- Delete any number of latest emails (100, 500, 2000, 5000) |
| 16 | +- Full preview with **Subject + Sender** before deletion |
| 17 | +- Supports **all Gmail tabs**: Social, Promotions, Updates, Forums, Primary |
| 18 | +- Works perfectly with **Persian/Farsi Gmail** |
| 19 | +- 100% secure — uses **Google App Password** (your real password never stored) |
| 20 | +- Beautiful, responsive web interface |
| 21 | +- No external dependencies except Django |
| 22 | + |
| 23 | +## 🖼️ Screenshots |
| 24 | + |
| 25 | +*(Coming after first release — will show login, dashboard & preview)* |
| 26 | + |
| 27 | +## ⚡ Quick Start (Local) |
| 28 | + |
| 29 | +```bash |
| 30 | +# 1. Clone the repo |
| 31 | +git clone https://github.com/yourusername/GmailSweep.git |
| 32 | +cd GmailSweep |
| 33 | + |
| 34 | +# 2. Install dependencies |
| 35 | +pip install -r requirements.txt |
| 36 | + |
| 37 | +# 3. Run the server |
| 38 | +python manage.py runserver |
0 commit comments