1.1.10 • Published 4 months ago

mastodon-cli v1.1.10

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

Mastodon client

A Mastodon client to store and process Toots

INSTALL

yarn install

CONFIGURE

cp .env-example .env

USAGE

./bin/mastodon-cli.js

OPTIONS

  • --account <account_id> : Return toots of a specific account
  • --url <url> : Mastodon host (e.g. https://openbiblio.social)
  • --token <access_token> : Mastodon access token generated for his application (see. your Mastoson profile, configuration, development)
  • --inbox <path|stdout> : When to store the notifications
  • --exclude <types> : A selection of notification types to ignore
  • --history <file> : Keep a history file containing the last seen since id
  • --limit <num> : The maximum number of notifications to retrieve
  • --id <id> : Retrieve one notification by id
  • --since <id> : Retrieve notifications created since some id
  • --older <id> : Retrieve notifications older than some id
  • --serialize <ouput> : What to serialize? 'as2': ActivityStreams2 (fetched from remote) , 'native': Megalodon processed JSON
  • --handler <handler> : Handler JS file that can preprocess the generated output

ENVIRONMENT

See .env-example for possible environmment variables that can be set. Rename to .env to set a default environment.

1.1.9

4 months ago

1.1.8

4 months ago

1.1.7

4 months ago

1.1.6

7 months ago

1.1.5

7 months ago

1.1.4

7 months ago

1.1.3

7 months ago

1.1.2

8 months ago

1.1.10

4 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.9

8 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago