# 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 6
# self = https://watcher.sour.is/conv/32gen5a
Hi, all, stuff is good, I just renewed my hosting!
@adi welcome back!
@eldersnake Hi!
@adi Great! Glad to hear it. Coincidentally, I'm working on expanding my use of mkws today: writing a script to export a bunch of etherpads and incorporate them in my site. Lots of fun learning about awk's gsub to make sure all the links in the pads are internally consistent in what mkws will output; felt particularly pleased when this line worked as expected:

awk '{gsub(/\\/nfld.uk\\/[a-zA-Z0-9_]*/, "&.html")}1' parsed_master.html > final_master.html

@jlj mkws works great with awk! Maybe you could pipe to awk instead of using a temporary file?
@adi Good point. Yeah, just messing around with the logic at the moment. Ideally, I think I'll crawl the tree of etherpads regularly, and then only run this logic on any changes found.