/mastodon.plugin.zsh

Helper scripts to get mastodon user information from the command line

Primary LanguageShellApache License 2.0Apache-2.0

mastodon.plugin.zsh

License Awesomebot Build Status Megalinter

Table of Contents

Tools for interacting with mastodon from the command line.

Configuration

Create a configuration file at ~/.mastodon-tools/preferences.sh and set FEDIVERSE_HOME in it. the tools do no fancy parsing, they just source preferences.sh to find out what fediverse host is home for you.

FEDIVERSE_HOME='https://hachyderm.io'

Included Scripts

Script Original Source Description
mastodon-last-post Here Shows when the user last posted. Requires that their home server allows unauthenticated API read access.
mastodon-summary Here Prints a quick summary of a given mastodon user. Requires that their home server allows unauthenticated API read access.
mastodon-user-profile Here Uses macOS open command to open browser pages for the given fediverse users on your server so you can easily follow them.