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.1.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.1-py3-none-any.whl (41.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: activitypub_cli-0.5.1.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.1.tar.gz
Algorithm Hash digest
SHA256 c4685fe3b7193ff857c04408097dc72815dd122e3ec3363f782192292ac03c7f
MD5 eb6eb552e3171067389be20a94fd798a
BLAKE2b-256 d659fbafa10bfc9884288c1b7565500c2514f2d1c78e4e9bd51fa79209b62fcf

See more details on using hashes here.

Provenance

The following attestation bundles were made for activitypub_cli-0.5.1.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.1-py3-none-any.whl.

File metadata

File hashes

Hashes for activitypub_cli-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5ce666100973645bc582435ffc08ccd16d5d4edaa53ce0a4edcf70252744e843
MD5 7d79a3aeb92a8fa364a8a25be2091fee
BLAKE2b-256 92410921702929ef9d27b18d5b7200ea1f6f716a64c0cdb6d5288dd38c8540b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for activitypub_cli-0.5.1-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