# 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 8
# self = https://watcher.sour.is/conv/eymhvia
First pass at sticking my twtxt in a web page. It's not escaping all the html properly, and generally needs work, but it's a start: http://a.9srv.net/tw/following.html
First pass at sticking my twtxt in a web page. It's not escaping all the html properly, and generally needs work, but it's a start: http://a.9srv.net/tw/following.html
@anth Hmmm I've been working on trying to remove the need to fully qualify tag URIs on this client/platform. But what you've just done makes me wonder whether we could/should add a twtxt2html command-line tool reusing all the parsing, Markdown and HTML handling we've already worked quite hard at, including all the extensions we built on top of twtxt (_all backwards compatible_). Hmm? 🤔 Would you use it? 😀
@anth Hmmm I've been working on trying to remove the need to fully qualify tag URIs on this client/platform. But what you've just done makes me wonder whether we could/should add a twtxt2html command-line tool reusing all the parsing, Markdown and HTML handling we've already worked quite hard at, including all the extensions we built on top of twtxt (_all backwards compatible_). Hmm? 🤔 Would you use it? 😀
Honestly, probably not directly, but that's mostly because of my weird environment. I'd love to see it as a reference!
Honestly, probably not directly, but that's mostly because of my weird environment. I'd love to see it as a reference!
@anth I’ll do it! 👌
@anth I’ll do it! 👌