# 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/zkqslhq
Oh, @yarns is great!
@adi @yarns @prologic Can he also display a "last updated" timestamp please?
@adi @prologic @yarns Or better, last yarn/twt in <blockquote> + timestamp?
@adi @yarns Indeed 😀 🤣
@adi @yarns Indeed 😀 🤣
@adi No, that makes sorry. The feed is more like a "write-ahead-log" of feeds discovered by the crawler. Once written/found that's it. If you want see when a feed was last updated, scraped, etc then the right place for that is the Yarn search engine itself and it's internal database. A "view" just has to be written for that.
@adi No, that makes sorry. The feed is more like a "write-ahead-log" of feeds discovered by the crawler. Once written/found that's it. If you want see when a feed was last updated, scraped, etc then the right place for that is the Yarn search engine itself and it's internal database. A "view" just has to be written for that.
But OTOH you _can_ do this:

h
$ curl -qso - -H 'Accept: application/json' 'https://search.twtxt.net/search?q=%2burl%3a%22https%3a%2f%2ff.adi.onl%2fuser%2fadi%2ftwtxt.txt%22&s=-created' | jq '.results[0].Created'
"2021-10-06T00:16:00Z"
But OTOH you _can_ do this:

h
$ curl -qso - -H 'Accept: application/json' 'https://search.twtxt.net/search?q=%2burl%3a%22https%3a%2f%2ff.adi.onl%2fuser%2fadi%2ftwtxt.txt%22&s=-created' | jq '.results[0].Created'
"2021-10-06T00:16:00Z"
But OTOH you _can_ do this:\n\n
#!sh\n$ curl -qso - -H 'Accept: application/json' 'https://search.twtxt.net/search?q=%2burl%3a%22https%3a%2f%2ff.adi.onl%2fuser%2fadi%2ftwtxt.txt%22&s=-created' | jq '.results[0].Created'\n"2021-10-06T00:16:00Z"\n