Skip to content

rhiaro/lore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lore

Word count logging app that posts to a server using the ActivityPub client-to-server protocol, ish, with custom ActivityStreams 2.0 extension vocab.

Run

docker run --rm --interactive --tty \
  --volume $PWD:/app \
  --volume ${COMPOSER_HOME:-$HOME/.composer}:/tmp \
  composer install

Vocab

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.

Todo

  • Get list of novels externally for object

About

Word count log ActivityPub client

Resources

Stars

Watchers

Forks