# 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 14
# self = https://watcher.sour.is/conv/pllwb5a
@<~duriny https://envs.net/~duriny/twtxt.txt>
> would there be interest in me making https://pkg.go.dev/duriny.envs.sh/twtr/twtxt/parse compatible with yarn?
Perhaps. My _initial_ thoughts here (and I'm super tired from a ~3am all nights working on stuff for my day job...) are that -- It _might_ be a good idea to at least support parsing out Mentions, Subjects and Hashes.
I'm not sure you need to go to the lengths of parsing out Markdown where we also parse out Links and such? Not sure (hence why cc @xuu)~
@<~duriny https://envs.net/~duriny/twtxt.txt>
> would there be interest in me making https://pkg.go.dev/duriny.envs.sh/twtr/twtxt/parse compatible with yarn?
Perhaps. My _initial_ thoughts here (and I'm super tired from a ~3am all nights working on stuff for my day job...) are that -- It _might_ be a good idea to at least support parsing out Mentions, Subjects and Hashes.
I'm not sure you need to go to the lengths of parsing out Markdown where we also parse out Links and such? Not sure (hence why cc @xuu)~
@prologic my lexer supports metadata and mentions so far, but I do plan on implementing all the current extensions (replies etc). Rendering markdown should probably be done in the client layer lol, there's no point in rending markdown in the terminal etc.
@prologic you should probably go get some sleep :)
@<~duriny https://envs.net/~duriny/twtxt.txt> Oh cool, I have to check this out next time when I have some time. The hint on Rob Pike's lecture totally got me! This sounds really promising. I like parsers, but I'm not particularly good at writing them. So this looks like really interesting material to me. @prologic thanks for pinging me, otherwise I would have totally missed that. <3