1.0.0 • Published 1 year ago

toot-stats v1.0.0

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
1 year ago

toot-stats

Visualize some stats based on exported mastodon files.

Setup

It's recommended to install this cli tools globally:

npm install -g toot-stats

Usage

toot-stats --help

Follows

$> toot-stats help follows
Usage: toot-stats follows [options] <follows.csv>

Show follow statistics

Arguments:
  follows.csv    path to the exported follows.csv file

Options:
  --top <count>  show only the top <count> servers
  -h, --help     display help for command

Example

$> toot-stats follows --top=5 ./fixtures/my_EarthSci_list.csv
You follow 252 users from 67 unique servers.
Top 5 Servers:
mastodon.social (39)
fediscience.org (38)
scicomm.xyz (18)
mstdn.social (15)
mastodon.online (10)

License

Copyright 2022 by Alexander Wunschik.

Licensed under a AGPL-3.0-or-later license.