# 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 3
# self = https://watcher.sour.is/conv/cxhuegq
@prologic sure! I don't know if this is what you need but, let me give it a try.

- I have Timeline installed, which has an endpoint to process #webmentions. Mine for example is https://aelaraji.com/timeline/webmention which you can find by querying https://aelaraji.com/.well-known/webfinger.
- If you mention someone from #Timeline itself, it takes care of querying that and sending in the mention for you.
- Otherwise (what I personally do) you could just:
h
curl -i -d 'source=https://twtxt.net/user/prologic/twtxt.txt#:~:text=2024-12-09T01:22:37Z' -d 'target=https://aelaraji.com/twtxt.txt' https://aelaraji.com/timeline/webmention

basically what @sorenpeter mentioned in his article Here.

Afterwards, the mentions are stored in their own mentions.txt feed. The one from the example above looks like this on my Timeline :
![Example Timeline (web)mention](https://aelaraji.com/static/img/example_mention.gif)

Feel free to spam my endpoint if you'd like to give things a try. 👍

_[P.S: personally, I don't seem to get the mentions if I add the `Text fragment` part to my target]__
Correction: The webfinger thing doesn't point out where the webmention endoint is. and I should add in a # webmention = https://... to my twtxt file. My bad!
Correction: The webfinger thing doesn't point out where the webmention endoint is. and I should add in a # webmention = https://... to my twtxt file. My bad!