From 67b997ade4db7b5bed6ed435668920b0a5e61e0f Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 26 Sep 2020 14:57:15 +0200 Subject: [PATCH] usage information for the account2txt.py script --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c2b60ba..876c4de 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,14 @@ archive2txt These two scripts will convert your Friendica account file, or the Friendica account backup file to a bunch of text files containing the information. +account2txt.py +--------------- + +This script will take an exported _account_ file of a Friendica account and convert it into nine text files. +Each of these files contains one section of the _account_ file. + +**Usage** `python3 account2txt.py --input example.account` + License =======