beherbergung/import/api/wpforms-mails
Johannes Lötzsch 9a353cd309 added documentation
+ data.table.writer: support for edn
2022-03-06 13:46:21 +01:00
..
src added documentation 2022-03-06 13:46:21 +01:00
.gitignore added documentation 2022-03-06 13:46:21 +01:00
LICENSE added documentation 2022-03-06 13:46:21 +01:00
README.md added documentation 2022-03-06 13:46:21 +01:00
project.clj data.table.writer: supporting xlsx and csv 2022-03-06 10:59:24 +01:00

README.md

Assume someone used wpforms on a WordPress As A Service without having database access and than wpforms is buggy and the download feature doesn't work. Also there is no access to the database and the only way of getting your data is extracting the data from HTML-mails wpforms was sending…

This repo provides a quick hack to load mails via imap or a local mbox, extract wpforms datasets by parsing HTML-mails and storing the data as edn/json/csv/xlsx

Usage

Provide the config via .lein-env or environment-variables:

WPFORMS_MAILS_FILE="~/.thunderbird/myprofileid.default/Mail/Local Folders/example_folder" lein run /tmp/output.csv