# 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 19
# self = https://watcher.sour.is/conv/jmbfhca
Thanks again @movq !! I have figured things out and set up Jenny and Vim completion following your blog post! Cheers!
@aelaraji Ah, you’re welcome. 😅
(I’d still prefer it if there were some more alternative clients. There aren’t a lot to chose from at the moment. 🫤)
@aelaraji Ah, you’re welcome. 😅
(I’d still prefer it if there were some more alternative clients. There aren’t a lot to chose from at the moment. 🫤)
@aelaraji Ah, you’re welcome. 😅
(I’d still prefer it if there were some more alternative clients. There aren’t a lot to chose from at the moment. 🫤)
@movq yeah, it seems like it. But I don't mind using neomutt to go through my feed, it feel like a huge upgrade compared to the usual pager 😄
@movq Oh wow! We have new blood 🤣 Welcime! @aelaraji🥳
@prologic Haha! I'm still figuring my way around but Thank you!
Welcome @aelaraji!
What the heck is going on with the encoding here?! The feed's Content-Type
header does not include any charset, but I'm still relying on the official twtxt client to fetch and parse feeds. Haven't noticed this with any other feeds. Where in the chain is this messed up? :-? Seems like the "space" is the Unicode line separator U+2028, that we use for newlines.
Maybe WTF-8 encoding!?
@lyse Thank you! and sorry, I've just noticed your twt. About the funky characters, it's probably something off with my editor, I've just ssh-ed from mobile and checked my .txt file, it looked like that when I cat the file but normal on neoutt. I'll try and see what's the deal first thing in the morning. (/me wondering if the same thing would happen with this twt)
yep, it did! And it's definitely something with vim.
OK time to put this to the test, I ended up setting my $VISUAL env
{-here-} variable, so that jenny can launch neovim instead of plain old vi like
{-here-} it is instructed in the code. But as you can see, I still get these
{-here-} wired new lines every ~70th character (marked them with {-here-})~
@aelaraji Nice, I can confirm it's now fixed. I reckon the Content-Type: text/plain; charset=utf-8
did the trick. Something in the twtxt client must have incorrectly guessed ISO-8859-1 or something along those lines when there was no charset advertised in the response header.
@lyse Awesome! glad to hear that!