https://github.com/renerocksai/rki-meta
Analyze metadata in #RKILeak Word docs
https://github.com/renerocksai/rki-meta
Last synced: about 2 months ago
JSON representation
Analyze metadata in #RKILeak Word docs
- Host: GitHub
- URL: https://github.com/renerocksai/rki-meta
- Owner: renerocksai
- Created: 2024-08-14T07:16:47.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-08-14T07:18:17.000Z (8 months ago)
- Last Synced: 2025-03-01T09:06:33.469Z (about 2 months ago)
- Language: Python
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Analyze Word Metadata in #RKILeak

```console
$ python -m venv env
$ source ./env/bin/activate
$ pip install -r requirements.txt# copy the leaked documents somewhere here
# in our case: ./Sitzungsprotokolle_orig_docx/
# ...# convert and create .CSV file
python meta1.py ./Sitzungsprotokolle_orig_docx# then, open the created mod_delta.csv with your Excel / Numbers / ...
```