Deleteme is an advanced, asynchronous username scanner designed to identify your digital footprint across hundreds of platforms and provide ready-to-use GDPR Article 17 deletion requests.
Deleteme is a proactive OSINT tool focused on digital hygiene. While inspired by projects like Sherlock, our goal is different: not just to find, but to assist in the complete removal of your online presence. It automates the tedious process of locating old accounts and provides the necessary legal templates to exercise your "Right to be Forgotten."
# 1. Clone the repository
git clone [https://github.com/surfruit/deleteme.git](https://github.com/surfruit/deleteme.git)
cd deleteme
# 2. Install dependencies
python -m pip install aiohttp fpdf2 colorama
# 3. Run a scan
python -m deleteme.engine your_nicknameTurbo-Asynchronous Engine: Built with aiohttp to scan hundreds of platforms concurrently in seconds.
GDPR Right to Erasure: Automatically generates GDPR Article 17 request templates for every found profile.
Multi-Format Reporting: Instant generation of PDF, CSV, and TXT audit reports.
Business-Ready: CSV exports are optimized for seamless import into Google Sheets for systematic tracking.
[x] High-speed asynchronous username search
[x] Automated GDPR / CCPA deletion request templates
[x] Professional PDF & CSV report generation
[ ] Email-based scanning integration
[ ] Data breach / leak checking (HIBP API)
We welcome community contributions to make Deleteme the most comprehensive privacy tool. To add a new service, follow these steps:
- Update the Database
Open
deleteme/sites.pyand add a new entry to theSITES_DATAdictionary using this clean format:
SITES_DATA = {
"SERVICE_NAME": (
"https://example.com/user/{}", # Profile URL ({} is the username)
"https://example.com/account/delete" # Direct link to deletion page
),
}- Sync & Update If you want to update your local database with the latest community-added sites, simply run our built-in sync tool:
python sync.py
This ensures our engine always has latest deletion links. 3. Submit a Pull Request Fork the repository.
Create a new branch: git checkout -b feat/add-new-site.
Commit your changes: git commit -m "feat: added Example.com support" .
The generated audit_results.csv is designed for privacy professionals who use Google Sheets to track deletion progress across multiple identities.
Disclaimer: For lawful use only. This tool is designed for auditing your own accounts or those you have explicit permission to manage. The developers of Deleteme are not responsible for any misuse, ToS violations, or legal issues. Use responsibly. 👻
---