# 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 14
# self = https://watcher.sour.is/conv/pbs27pq
@sorenpeter What are we testing?
@sorenpeter What are we testing?
@aelaraji https://github.com/sorenpeter/timeline/commit/555baefcd0e75e6a281472994e8eb7ae9b5d2a1c
@aelaraji https://github.com/sorenpeter/timeline/commit/555baefcd0e75e6a281472994e8eb7ae9b5d2a1c
@aelaraji https://github.com/sorenpeter/timeline/commit/555baefcd0e75e6a281472994e8eb7ae9b5d2a1c
@aelaraji https://github.com/sorenpeter/timeline/commit/555baefcd0e75e6a281472994e8eb7ae9b5d2a1c
@sorenpeter Noice!! just gave a try... and it's looking way better! -not that the old format was bad, it's just that this one is looking more readable- Webmentions: Mention from https://darch.dk/twtxt.txt in 2024-12-08T20:58:54Z
@sorenpeter Noice!! just gave a try... and it's looking way better! -not that the old format was bad, it's just that this one is looking more readable- Webmentions: Mention from https://darch.dk/twtxt.txt in 2024-12-08T20:58:54Z
@aelaraji Can you walk me through your testing process here and share example links etc? 🙏
@aelaraji Can you walk me through your testing process here and share example links etc? 🙏
@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]__
@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. 👍

_\n_
@aelaraji Thanks! 🙇‍♂️
@aelaraji Thanks! 🙇‍♂️