Find people that no longer are active in your Mastodon follow list.
Go to file
Gonçalo Valério 303dd5208e
Fix inactive message string
2023-01-01 21:15:01 +00:00
src Fix inactive message string 2023-01-01 21:15:01 +00:00
.gitignore Quick before it starts rusting 2022-11-23 21:02:36 +00:00
Cargo.lock first working version 2022-12-31 19:37:44 +00:00
Cargo.toml first working version 2022-12-31 19:37:44 +00:00
LICENSE first working version 2022-12-31 19:37:44 +00:00
README.md Fix inactive message string 2023-01-01 21:15:01 +00:00

README.md

jacanaoesta

Simple tool to list the people you follow on Mastodon that no longer are active.

Current usage:

Find people that no longer are active in your Mastodon follow list.

Usage: jacanaoesta [OPTIONS] <instance>

Arguments:
  <instance>

Options:
  -k, --api-key      Ask for API key
  -d, --days <days>  Days since last status to consider inactive [default: 180]
  -h, --help         Print help information
  -V, --version      Print version information

Expected output:

Paste API Key here:
Found 171 users. Checking...
veracrypt (https://mastodon.social/@veracrypt) seems to be inactive
...
fsf (https://status.fsf.org/fsf) seems to be inactive
gnome (https://quitter.no/gnome) seems to be inactive
38 of them seem to be inactive for at least 180 days

The api-key needs read:accounts scope.

Build from source

  1. Clone repository
  2. Run cargo build --release
  3. Find the binary in ./targets/release/jacanaoesta

For development purposes cargo run should be enough.