un outil web pour avoir une vue html de son archive d'exportation de compte Mastodon
Go to file
Baptiste Lemoine 0aaad30421 update readme 2020-07-18 17:51:25 +02:00
output node server displaying biggest toots 2020-07-18 17:03:17 +02:00
public/stylesheets produce some basic statistics on recievers of messages 2020-07-18 17:30:53 +02:00
views sort most talked to recievers 2020-07-18 17:40:15 +02:00
.gitignore node server displaying biggest toots 2020-07-18 17:03:17 +02:00
README.md update readme 2020-07-18 17:51:25 +02:00
conversion.js node server displaying biggest toots 2020-07-18 17:03:17 +02:00
main.js sort most talked to recievers 2020-07-18 17:40:15 +02:00
package.json node server displaying biggest toots 2020-07-18 17:03:17 +02:00
yarn.lock node server displaying biggest toots 2020-07-18 17:03:17 +02:00

README.md

NodeJS Converter of Mastodon export to HTML files

install dependencies Run the main.js file

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.

git clone https://source.joinmastodon.org/tykayn/mastodon-archive-stats.git && cd mastodon-archive-stats
mkdir source_data
yarn
node main.js

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.

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.

configuration

Change vars in the main.js file.

Format restriction

this viewer works with archives exported at the time of this writing, July 2020.

That is messy code with a bad UI and you should feel bad

it is, yes! Feel free to contribute with a merge request.

#Contact me Tykayn on mastodon, on my own instance: https://mastodon.cipherbliss.com/@tykayn

Other works about web and drawings: https://www.cipherbliss.com https://tykayn.fr