# 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 3
# self = https://watcher.sour.is/conv/gu5qfla
I'm really surprised that some TOTP/2FA apps like Google Authenticator only support 6 or 8 digits, and even Aegis only supports 10. I know it could break things to allow 12 or 16, but... Come on! Is not that hard to allow any reasonable number!
It sounds to me like those limits on password length... Like below 16 chars 🤨

And it happened as well with the CLI tool I used: https://github.com/rsc/2fa

So I had to make another on Python to support more chars (and to improve the fuzzy search like on some mobile apps). Is anyone interested in that? Could be useful for you.
It sounds to me like those limits on password length... Like below 16 chars 🤨