Word count logging app that posts to a server using the ActivityPub client-to-server protocol, ish, with custom ActivityStreams 2.0 extension vocab.
docker run --rm --interactive --tty \
--volume $PWD:/app \
--volume ${COMPOSER_HOME:-$HOME/.composer}:/tmp \
composer install
Uses terms from the AS2 extension namespace https://terms.rhiaro.co.uk/as#
, prefix asext
.
Posts objects with type as:Activity
and asext:Write
and uses wordCount
property.
- Get list of novels externally for
object