# 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 2
# self = https://watcher.sour.is/conv/rhnmfmq
@bender Maybe I'll get back into it at some point. I think it would be a little excessive to have a standard twtxt, a rich twtxt, *and* a Nostr feed, not to mention a regular blog and a separate "notes" section on my website.
@mckinley I am researching a bit on crossposting. I have a couple of Hugo static notes, for example, Netbros, and I figured that by using Algia, a Nostr CLI client, I can crosspost from Hugo to Nostr quite easily with something like:


cat hugo_post.md | algia n --article-title "A long post test" --article-name "A long post test" --article-summary "This is a long post test. Let's see if it works as intended." --stdin


Same approach can be used with twtxt, or anything else!

Having my own relay ensures my notes in it remain for as long as the relay runs, at the very least. Of course, you can post to more than one relay.