# 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 9
# self = https://watcher.sour.is/conv/y6ucr5a
In features that could be useful later, what about a way to tag (and perhaps autodetecting if it's not invasive) the language of your content?

That way you can filter the twts you can interact with 🤔
@eaplmx Yup 👌 I _think_ this is a good idea. And to that end this library seems like it would do most of the work for us: pemistahl/lingua-go: 👄 The most accurate natural language detection library for Go, suitable for long and short text alike
@eaplmx Yup 👌 I _think_ this is a good idea. And to that end this library seems like it would do most of the work for us: pemistahl/lingua-go: 👄 The most accurate natural language detection library for Go, suitable for long and short text alike
What I'm not sure about however is what the interface and anda mechanism(s) should be... To be honest though, I _really wish_ there was a decent self-hosted "language translation" tool that I could stand up and just point yarnd at it for "automatic language translation" (at least best effort, I don't care)
What I'm not sure about however is what the interface and anda mechanism(s) should be... To be honest though, I _really wish_ there was a decent self-hosted "language translation" tool that I could stand up and just point yarnd at it for "automatic language translation" (at least best effort, I don't care)
For now I just use Chrome Web Store - Extensions -- a Browser extension, which works well enough and has a nice interface. Triple-click to select all the text, hit the button 👌
For now I just use Chrome Web Store - Extensions -- a Browser extension, which works well enough and has a nice interface. Triple-click to select all the text, hit the button 👌
In THE MEGA FLASK TUTORIAL there was a part for language translation with BING API usage.
@prologic Haha, I forgot it was possible. I'm aware that Safari and Edge, for example, have that behaviour by default., but I never use it 👀