Skip to main content

Command-line client for the ActivityPub API

Project description

ap

license standard-readme compliant

ap is a command-line client for the ActivityPub API.

Table of Contents

Background

I initially developed this program to illustrate how to write client code for the ActivityPub API as part of my book for O'Reilly Media, "ActivityPub: Programming for the Social Web".

Note that not all servers that implement the ActivityPub federation protocol necessarily implement the ActivityPub API. In particular, as of this writing, Mastodon does not implement the ActivityPub API; it has its own API. If you're using Mastodon, you may prefer the toot CLI instead.

A good list of supporting software is here:

https://codeberg.org/fediverse/delightful-fediverse-experience/issues/130

Install

The easiest way to install is from PyPI.

pipx install activitypub-cli

Usage

ap uses the subcommand pattern common with other large command-line programs like git and docker. The full list of subcommands is available by typing ap --help. Familiarity with the ActivityPub API is helpful for understanding these commands!

ap login <id>

Logs in as a user to an ActivityPub API server using OAuth 2.0. The <id> argument is a Webfinger ID like username@domain.example or the ActivityPub Actor ID (usually an HTTPS URL).

Example with a Webfinger ID:

ap login username@domain.example

Example with an ActivityPub actor ID:

ap login https://social.example/person/df816567-4c64-480c-955a-0f734bf93362

ap login stores the OAuth 2.0 token(s) in a file in the user's home directory, $HOME/.ap/token.json, so that subsequent commands can use them.

If this command fails, it's likely that your server doesn't support the ActivityPub API.

ap logout

Logs out of the current session by deleting the token file.

ap whoami

Shows the currently logged-in user.

ap get <id>

Gets the object with the given ID and prints it to stdout.

ap inbox

ap outbox

ap followers

ap following

ap pending followers

ap pending following

Shows these collections for the currently logged-in user.

ap follow <id>

Follows the user with the given ID.

ap accept follower <id>

ap reject follower <id>

Accepts or rejects a follow request from the user with the given ID.

ap undo follow <id>

Unfollows the user with the given ID.

ap create note <text>

Creates a Note object with the given text.

ap upload <filename>

Uploads the given file and prints the resulting URL.

Maintainers

Contributing

The project uses uv. To get set up, clone from Git and set up a virtual environment:

git clone https://github.com/evanp/ap.git
cd ap
uv venv
source .venv/bin/activate
uv pip install -e .

Then you can run the application directly:

ap -h

I'm very interested in contributions to this project. Some quick notes:

  • Please open an issue before starting work on a new feature. This will help us coordinate and make sure that the feature is a good fit for the project.
  • Ideally, commands should map closely to the ActivityPub API. If you're not sure how to do that, please open an issue and we can discuss it.
  • Please make sure that your code passes the existing tests, and add new tests as appropriate.
  • Please make your code format correctly with Python Black.

Small note: If editing the Readme, please conform to the standard-readme specification.

License

GPL v3 or later

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

activitypub_cli-0.5.0.tar.gz (29.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

activitypub_cli-0.5.0-py3-none-any.whl (41.0 kB view details)

Uploaded Python 3

File details

Details for the file activitypub_cli-0.5.0.tar.gz.

File metadata

  • Download URL: activitypub_cli-0.5.0.tar.gz
  • Upload date:
  • Size: 29.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for activitypub_cli-0.5.0.tar.gz
Algorithm Hash digest
SHA256 518e0e077b38eba0a3c6cf9e91a9478e5487c77dde523ca61cf81305a0f2da1e
MD5 8379da069140b22b9f79e652c2dce8f2
BLAKE2b-256 3b89bc3d8432c49e64b907ae2f899ccbcb0fd9c50dc11281378d6f596de096e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for activitypub_cli-0.5.0.tar.gz:

Publisher: tag.yml on evanp/ap

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file activitypub_cli-0.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for activitypub_cli-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5b2b001d1e1277b97f150c8b19e141e8dad23832d6606d83d4440faddd7ee84c
MD5 b2606f53cb12e869b1fc75000ed6e15c
BLAKE2b-256 d6ac1065a125a51475f9ab15b8f4bed7e7d5f31118a69f77d098eb37a9d4ca2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for activitypub_cli-0.5.0-py3-none-any.whl:

Publisher: tag.yml on evanp/ap

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page