out-of-cheese-error / gooseberry

A command line utility to generate a knowledge base from Hypothesis annotations
Apache License 2.0
152 stars 9 forks source link

gooseberry watch - realtime automatic update of knowledge base as annotations are added/modified #68

Open Ninjani opened 3 years ago

Ninjani commented 3 years ago

Problem

Annoying to run gooseberry make every time I add new annotations.

Solution

gooseberry watch on screen/tmux should watch for hypothes.is updates and auto-download + export to knowledge base.

Additional context

This should be possible with the Real Time API

Current status

Couldn't actually get the example Python script to work (just says "waiting" despite adding annotations).