📖 todo in readme
This commit is contained in:
parent
5698ad0a21
commit
b4e99712b9
11
README.md
11
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
|
||||
|
Loading…
Reference in New Issue
Block a user