# 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 10
# self = https://watcher.sour.is/conv/jvs2zmq
@darch So, the format is based on the metadata extension? Why not just $NICK\t$URL\n
?
@darch So, the format is based on the metadata extension? Why not just $NICK\\t$URL\\n
?
@mckinley not sure I follow? There is not metadata extension for lists just yet, but my idea is to have lines like this in your main twtxt.txt:
# list = Name of List https://darch.dk/twtxt-lists/twtxt-feeds_by_me.txt
.
Each list-file is then just simply as list of feeds like this:
# follow = darch https://neotxt.dk/user/darch/twtxt.txt
@mckinley not sure I follow?
There is not metadata extension for lists just yet, but my idea is to have lines like this in your main twtxt.txt:
# list = Name of List https://darch.dk/twtxt-lists/twtxt-feeds_by_me.txt
.
Each list-file is then just simply as list of feeds like this:
# follow = darch https://neotxt.dk/user/darch/twtxt.txt
@mckinley not sure I follow? There is not metadata extension for lists just yet, but my idea is to have lines like this in your main twtxt.txt: # list = Name of List https://darch.dk/twtxt-lists/twtxt-feeds_by_me.txt
.
Each list is the just simply as list of feeds like this: # follow = darch https://neotxt.dk/user/darch/twtxt.txt
@darch I'm gone from twtxt for less than a year and I still see broken feeds I no longer have? lol
@darch Maybe I don't have the right idea of what lists are. Why do they need to be in a user's public feed in the first place? I thought it was just a function of Yarn as a twtxt client that would allow one to sort their followed feeds into lists to make it easier to digest your timeline.
@mckinley My idea is that lists can be both private and public, so you can share as list of curated feeds on a specific topic with others and also have a private list of feeds you don't want the world to know that you are reading. Making it work as a public format first was the easiest to do on top of twtxt-php.