Package Exports
- toot-stats
- toot-stats/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (toot-stats) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
toot-stats
Visualize some stats based on exported mastodon files.
Setup
It's recommended to install this cli tools globally:
npm install -g toot-statsUsage
toot-stats --helpFollows
$> 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 commandExample
$> 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.