This project provides a Python script to anonymize personal data. It identifies and replaces names, emails, public links, and any personal details with generic IDs, making it easier to handle data without privacy concerns.
- Clone the repository:
git clone https://github.com/P0rt/anonymizer.git
- Make sure you have Python installed.
- Navigate to the project directory.
- Place your data in the
data
directory with a filenamesample.json
. - Run the anonymization script:
python anonymizer_script.py
- Find the anonymized data in the
anon
directory namedresult.json
.
- Email detection and replacement.
- URL detection and replacement.
- Mentions (e.g., @username) detection and replacement.
Pull requests are welcome. For major changes, please open an issue first to discuss what you'd like to change.
Please ensure that any changes do not compromise the anonymization process.