Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 / ...
```