# 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 21
# self = https://watcher.sour.is/conv/u7tbolq
Hey @jason, your feed seems to be broken. There are eight twts that use a line break, rendering the continuation lines invalid. The Multiline Extension suggests to use U+2028
instead, if you want to support that. It's not in the official Twtxt Specification. https://dev.twtxt.net/doc/multilineextension.html
@lyse
I use Jenny and I thought the multi line did work. Will keep that in mind when I am writing out posts. Also do you know how I can see if someone mentions me that I am not follwing? I know the user agents exist but I can't view the server lgos since I host this on codeberg but if I do switch to my own server it would work.
@jason There is no way really, without access to server logs so you can grab the User Agent. yarnd
has builtin features for this and exposes it to you via the UI.
@jason There is no way really, without access to server logs so you can grab the User Agent. yarnd
has builtin features for this and exposes it to you via the UI.
@jason There is no way really, without access to server logs so you can grab the User Agent. yarnd
has builtin features for this and exposes it to you via the UI.
@lyse
Yeah I think jenny should work fine. Might have got messed up. Don't know what messed up my file I don't recall anything that would mess up my file.
Yep the search engine is an option but if I switch to my own server or get a rented server then I will be able to view the logs.
@prologic
Yarnd exposes it for the users to view logs for there own feed?
@jason Yarnd doesn't give you the access logs directly, but tells you who follows you. Provided people disclose it to you via the User-Agent
header when fetching your feed. It just builds a list of your followers.
@lyseThat is still very useful and then if that person mentions or replies they will know.
@lyse
That is good so that the user can see if someone replies or mentions him. I might have to switch my website to a server I can view logs.
@jason Yeah if you can run your website with something custom it makes things a bit easier 😅
@jason Yeah if you can run your website with something custom it makes things a bit easier 😅
@jason Yeah if you can run your website with something custom it makes things a bit easier 😅
(We use U+2028 to separate multi-line content and some tools normalize this to mean the same thing as an ASCII LF 0x0A. This can screw up twtxt files.)
(We use U+2028 to separate multi-line content and some tools normalize this to mean the same thing as an ASCII LF 0x0A. This can screw up twtxt files.)
(We use U+2028 to separate multi-line content and some tools normalize this to mean the same thing as an ASCII LF 0x0A. This can screw up twtxt files.)
@prologic
It would and I should switch over and then I can view the logs.