# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 7
# self = https://watcher.sour.is/conv/zatuwba
I really need an automatic Git mirroring setup. I've been burned too many times. At least this one is (allegedly) temporary.
@mckinley If you have any sort of CI, it is relatively trivial in theory to have it git push to another repo. It's how I backup all my GitHub repos.
@ocdtrekkie @mckinley a git commit hook can do it too if you're into those: https://stackoverflow.com/a/3583114
@ocdtrekkie @abucci I have several local Git repositories that should have remotes somewhere, but I'm talking about maintaining a local mirror of other people's projects.

I'm referring to Wikiless being hidden from public view on Codeberg, #digfawa

I was envisioning a Raspberry Pi or something pulling new updates automatically with a Cron job.
@ocdtrekkie @abucci I have several local Git repositories that should have remotes somewhere, but I'm talking about maintaining a local mirror of other people's projects.

I'm referring to Wikiless being hidden from public view on Codeberg, #digfawa

I was envisioning a Raspberry Pi or something pulling new updates automatically with a Cron job.
@mckinley wikiless aka the useless frontend no one ever asked for
@mckinley I've just done a manual git pull and push for those, they're rarely things I'm too worried about keeping "up to date".