# 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 6
# self = https://watcher.sour.is/conv/g5ag72q
htwtxt maybe, but i can't built it (broken?)
@doesnm I tried to go install github.com/plomlompom/htwtxt@1.0.7 as well as

h
# this is snippet from what I used for the Dockerfile but I guess it should work just fine.
cd ~/go/pkg && wget -O htwtxt.tar.gz https://github.com/plomlompom/htwtxt/archive/refs/tags/1.0.7.tar.gz 
tar xf htwtxt.tar.gz && cd htwtxt-1.0.7 && go mod init htwtxt && go mod tidy && go install htwtxt


both worked just fine...
@doesnm I tried to go install github.com/plomlompom/htwtxt@1.0.7 as well as

h
# this is snippet from what I used for the Dockerfile but I guess it should work just fine.
cd ~/go/pkg && wget -O htwtxt.tar.gz https://github.com/plomlompom/htwtxt/archive/refs/tags/1.0.7.tar.gz 
tar xf htwtxt.tar.gz && cd htwtxt-1.0.7 && go mod init htwtxt && go mod tidy && go install htwtxt


both worked just fine...
@aelaraji I am not sure, because I might have names confused, but I think @doesnm main problem is the fact they use a phone as their main computer. Don't fully quote me on that, though! :-D
@bender Gave it a try on Termux same thing @doesnm uses and it worked 👍
@bender Gave it a try on Termux same thing @doesnm uses and it worked 👍