# 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 11
# self = https://watcher.sour.is/conv/t5t37xa
I wonder how I can post to here from my terminal
@novaburst Either use the yarnc command-line client:


$ yarnc -u https://twt.nfld.uk/api/v1/ login
$ yarnc post


Or get the token after a successful login and use curl -H "Token:$YARND_TOKEN" ...
@novaburst Either use the yarnc command-line client:


$ yarnc -u https://twt.nfld.uk/api/v1/ login
$ yarnc post


Or get the token after a successful login and use curl -H "Token:$YARND_TOKEN" ...
I've tried from twtr but didn't seem to have any effect
@novaburst Tried what exsctlty? 🤔
@novaburst Tried what exsctlty? 🤔
@prologic Apparently it supports posting to yarn pods, per https://git.envs.net/duriny/twtr/src/branch/main/twtxt/yarn_backend.go so I think I did something wrong, lol
@novaburst Talk to @<~duriny https://envs.net/~duriny/twtxt.txt> 🤗
@novaburst Talk to @<~duriny https://envs.net/~duriny/twtxt.txt> 🤗
@novaburst thanks for taking interest in twtr! :) I am currently working to have twtr integrate with any yarn.social pod, but it won't be released until v0.2.0. I'm currently recovering from my booster shot, but in the meantime, twtr v0.1.x is fully capable of posting to any yarn pod through creative use of the curl command and the pre/post tweet hooks :)
@novaburst thanks for taking interest in twtr! :) I am currently working to have twtr integrate with any yarn.social pod, but it won't be released until v0.2.0. I'm currently recovering from my boster shot, but in the meantime, twtr v0.1.x is fully cappable of posting to any yarn pod through creative use of the curl command and the pre/post tweet hooks :)