toot-stats

1.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i toot-stats

Weekly Downloads

1

Version

1.0.0

License

AGPL-3.0-or-later

Unpacked Size

49.2 kB

Total Files

9

Last publish

Collaborators

  • mojoaxel