# 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 5
# self = https://watcher.sour.is/conv/neadiyq
@lyse So you think we could pul out yarnd
’s Cache, Client, Parser and Archiver as a library with C and Python bindings as libyarn
or something? 🤔 Would this be generallly useful to other developers? 🤔
@lyse So you think we could pul out yarnd
’s Cache, Client, Parser and Archiver as a library with C and Python bindings as libyarn
or something? 🤔 Would this be generallly useful to other developers? 🤔
@prologic I'm working on the parser part every now and then. Not sure whether cache and archiver would be super useful, too. What do you mean by client? The downloader? The one big thing is the shared object's quite huge file size of 3.3 MiB with all the Go stuff in it.