Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renerocksai/rki-meta
Analyze metadata in #RKILeak Word docs
https://github.com/renerocksai/rki-meta
Last synced: 11 days 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 (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-14T07:18:17.000Z (5 months ago)
- Last Synced: 2025-01-13T07:16:54.767Z (13 days 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
![](./img/spaeter_erstellte_dokumente.png)
![](./img/spaete_nachbearbeitung.png)```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 / ...
```