# 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 5
# self = https://watcher.sour.is/conv/fe33goa
@tkanos You mean having something like a yarnc log
sub-command that reads your local twtxt.txt
file and display each Twt along with it's Date/Time and Hash?
That would need to go hang-in-hand with fleshing out "local feed" support with "sync to Pod" at the same time for that to make sense, but if this is what you mean, yes I approve 👌
@tkanos You mean having something like a yarnc log
sub-command that reads your local twtxt.txt
file and display each Twt along with it's Date/Time and Hash?
That would need to go hang-in-hand with fleshing out "local feed" support with "sync to Pod" at the same time for that to make sense, but if this is what you mean, yes I approve 👌
I was more thinking in viewing the timeline ordered by branch (hash) and timeline after, but that's not for now
@tkanos That is entirely possible, and in fact the date structures are there to handle this even in yarnd
's Web Interface -- in the Cache. You can see this by any "Yarn" view (/conv/<hash>
routes). But we choose to remain with a Timeline view which you can either choose to have as a "List" or "Flat" in your Settings
@tkanos That is entirely possible, and in fact the date structures are there to handle this even in yarnd
's Web Interface -- in the Cache. You can see this by any "Yarn" view (/conv/<hash>
routes). But we choose to remain with a Timeline view which you can either choose to have as a "List" or "Flat" in your Settings