From b4e99712b9b7523bcd692098f2c4900b57a9052f Mon Sep 17 00:00:00 2001 From: Baptiste Lemoine Date: Mon, 20 Jul 2020 12:44:10 +0200 Subject: [PATCH] :book: todo in readme --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 494c2e0..7373d0e 100755 --- a/README.md +++ b/README.md @@ -7,21 +7,24 @@ It will create a file showing your longest posts if you want. initialize this project with its dependencies, copy paste the source_data of your linkes.json and outbox.json to get an HTML export on a node server. ```bash git clone https://source.joinmastodon.org/tykayn/mastodon-archive-stats.git && cd mastodon-archive-stats -mkdir source_data -yarn -node main.js +yarn && yarn start ``` copy paste the source_data of your linkes.json and outbox.json to the **source_data** folder open your browser to http://localhost:8088/ and you will see the result in html. - +# TODO + * show avatar of users + * needs a fetch to instance + * keep pictures in cache ## What statistics does this provide For the moment: * who you talked to the most, with counters. This uses the object.cc field of a toot. * link to search on duckduckgo for hashtags and usernames * what are your most used hashtags +* options in main.js file + * enable saving of statistics in json * you can filter: * only toots with medias * change the order of filter