# 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 8
# self = https://watcher.sour.is/conv/c23c36a
@<~eaplmx https://eapl.mx/twtxt.txt> šŸ‘† this is amazing! Thanks to the designer of this extension:
https://dev.twtxt.net/doc/twthashextension.html

BTW I'm using the Python twtxt CLI which doesn't support the twthash, I've seen some ports to Go, but I wasn't able to make them work, mainly due to my lack of knowledge in Golang. Any suggestions for a better client?
@eaplmx Have a look at the three recommendations over there: https://yarn.social/#manually Jenny would be probably my choice if I had not written my own one, which is still unusable for everybody else. I didn't lay my hand on it ever since. Polishing and bug fixing desperatly needed.
@lyse Thank you! I didn't remember that section :o

Looking at those options, it seems that _jenny_ requires _mutt_ (I don't use it) and perhaps won't be compatible with Windows (I have WSL, so it's not a problem), I can't find how to install _twet_, and _twtr_ looks better but says it's deprecated šŸ™ƒ
After trying all of them I decided to write my own. I hope (If Iā€™m not lazy) I will have finish for next week .
@eaplmx in order to install jdtron/twet :

GO111MODULE=off go get -u github.com/jdtron/twet 
You can also use yarnc (very good), if you want to interact with your twtxt.net account
You can also use yarnc, if you want to interact with your twtxt.net account
@tkanos thanks!