# 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 11
# self = https://watcher.sour.is/conv/uc65s2a
How about some cigarette cash, I'll take a look over your scripts in exchange! 😛
@jlj Actually, here is a pp
version of your gen_feed.sh
script https://clbin.com/gA609, not sure about about test -f "$f"
or test -f "$b"
tho.
Is testing for *.html and *.html.old files existing really required?
@adi Ah, OK. Yeah, I'd seen a proper RSS 2.0 feed that had the items as nested in channel elements. That shouldn't be too tricky; nor fixing the date. Thanks for pointing that out!
@adi Right. Makes sense. Thanks!