# 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 4
# self = https://watcher.sour.is/conv/7ei55vq
@gr0k really cool site you have made for yourself. The link to your Music feed on https://www.gr0k.net/links.html seem to go to the blog feed instead. Also for a way to keep you /twtxt page up to date you can take a look at https://0xff.nu/picoblog or ask around here on twtxt.net where others have also made similar setups.
@darch Thanks for the kind words and feedback! Have fixed the link.
@darch I'm already generating the twtxt page of my site automatically with my static site generator + twtxt parser, but doing this with every tweet would add a huge delay. It's mostly a timing issue, and figuring out if I want twtxt tweets to update the 'last updated' status of my site etc. Minor details :)
@darch btw, loving your site too! I've been following some of the xxiivv peeps for a while now, and seeing you on there too encouraged me to finally make a pull request and apply. Thank you for the inspiration!