# 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 12
# self = https://watcher.sour.is/conv/dn2zlga
Hey, @ I know. Just wondering the kind of apps or software and how you all stay up to date in conversations. Is it through webmentions?
@Codebuzz how did you end up with a broken incomplete mention here? 🤔
@Codebuzz how did you end up with a broken incomplete mention here? 🤔
Ehm.. you are now asking above my paygrade 🤣 I really don't know. Haven't look into webmentions, let alone how it is implemented in Timeline. What happened?
@Codebuzz you replied to me, but the reply was just an , nothing else (the whole handle was missing).

There are no web mentions here, and no notifications. It isn’t Mastodon; if you want to see if someone wrote something new, or replied to you, you need to open your client.
@Codebuzz Here you go:


$ bat https://twtxt.net/twt/dn2zlga | jq '.'
{
  "twter": {
    "nick": "Codebuzz",
    "uri": "https://www.codebuzz.nl/twtxt.txt",
    "avatar": "https://www.codebuzz.nl/twtxt-avatar-800.jpg"
  },
  "text": "(#q5rg3ea) Hey, @<bender bender@twtxt.net> I know. Just wondering the kind of apps or software and how you all stay up to date in conversations. Is it through webmentions?",
  "created": "2024-10-30T22:12:24Z",
  "markdownText": "(#q5rg3ea) Hey, @<bender bender@twtxt.net> I know. Just wondering the kind of apps or software and how you all stay up to date in conversations. Is it through webmentions?",
  "hash": "dn2zlga",
  "tags": [
    "q5rg3ea"
  ],
  "subject": "(#q5rg3ea)",
  "mentions": [],
  "links": []
}
@Codebuzz Here you go:


$ bat https://twtxt.net/twt/dn2zlga | jq '.'
{
  "twter": {
    "nick": "Codebuzz",
    "uri": "https://www.codebuzz.nl/twtxt.txt",
    "avatar": "https://www.codebuzz.nl/twtxt-avatar-800.jpg"
  },
  "text": "(#q5rg3ea) Hey, @<bender bender@twtxt.net> I know. Just wondering the kind of apps or software and how you all stay up to date in conversations. Is it through webmentions?",
  "created": "2024-10-30T22:12:24Z",
  "markdownText": "(#q5rg3ea) Hey, @<bender bender@twtxt.net> I know. Just wondering the kind of apps or software and how you all stay up to date in conversations. Is it through webmentions?",
  "hash": "dn2zlga",
  "tags": [
    "q5rg3ea"
  ],
  "subject": "(#q5rg3ea)",
  "mentions": [],
  "links": []
}
As @aelaraji points out, this @<bender bender@twtxt.net> is currently wrong. The 2nd part of a mention is currently required to be a full absolute URI.
As @aelaraji points out, this @<bender bender@twtxt.net> is currently wrong. The 2nd part of a mention is currently required to be a full absolute URI.
I wrote it by hand, so it's probably my bad. Still getting familair, also.. it would be nice if I could implement into this client to autocomplete a direct [at] nickname into a twtxt format.
@Codebuzz Ahh I see 🤣
@Codebuzz Ahh I see 🤣