Skip to content

Find and analyze your digital footprint. Inspired by Sherlock, focused on privacy.

License

Notifications You must be signed in to change notification settings

surfruit/deleteme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👻 Deleteme v1.1.0

The High-Performance OSINT Engine for Identity Discovery and Automated Data Erasure.


Deleteme Banner


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.

Version License Python PRs Welcome


🎯 Mission

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."


⚡ Quick Start

# 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_nickname

🚀 Features

Turbo-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.

Privacy-Native: 100% local execution. Your data never leaves your terminal.

🛠 Roadmap

[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)

[ ] Lightweight local Web UI

🤝 🤝 Contributing – Growing the Database

We welcome community contributions to make Deleteme the most comprehensive privacy tool. To add a new service, follow these steps:

  1. Update the Database Open deleteme/sites.py and add a new entry to the SITES_DATA dictionary 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
    ),
}
  1. 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" .

Push and open a Pull Request.

📊 Data Management

The generated audit_results.csv is designed for privacy professionals who use Google Sheets to track deletion progress across multiple identities.


⚖️ License & Disclaimer

MIT License

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. 👻

---