Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dethos/jacanaoesta
Find people that no longer are active in your Mastodon follow list.
https://github.com/dethos/jacanaoesta
fediverse hacktoberfest mastodon mastodon-app
Last synced: about 2 months ago
JSON representation
Find people that no longer are active in your Mastodon follow list.
- Host: GitHub
- URL: https://github.com/dethos/jacanaoesta
- Owner: dethos
- License: gpl-3.0
- Created: 2022-11-23T20:57:27.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T21:28:03.000Z (about 2 years ago)
- Last Synced: 2024-04-13T12:52:40.270Z (9 months ago)
- Topics: fediverse, hacktoberfest, mastodon, mastodon-app
- Language: Rust
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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]
Arguments:
Options:
-k, --api-key Ask for API key
-d, --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.