Skip to content

P0rt/anonymizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Anonymizer

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.

Installation

  1. Clone the repository:
git clone https://github.com/P0rt/anonymizer.git
  1. Make sure you have Python installed.
  2. Navigate to the project directory.

Usage

  1. Place your data in the data directory with a filename sample.json.
  2. Run the anonymization script:
python anonymizer_script.py
  1. Find the anonymized data in the anon directory named result.json.

Features

  • Email detection and replacement.
  • URL detection and replacement.
  • Mentions (e.g., @username) detection and replacement.

Contributing

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.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages