# 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/vskqdeq
Hey @prologic, back to the pod, is there any documentation about .yarnc.yaml?
@oevl No! None whatsoever! 😅 Do you wanna write some? 🤔
@oevl No! None whatsoever! 😅 Do you wanna write some? 🤔
To start you only need :
A .yarnc.yml with the following on it

uri: https://twtxt.net/user/oevl/twtxt.txt
@tkanos is right. That's it!

But also doesn't yarnc login create and populate this file with the url and token anyway? I _thought_ it did? 🤔
@tkanos is right. That's it!

But also doesn't yarnc login create and populate this file with the url and token anyway? I _thought_ it did? 🤔
@prologic it didn't, if you do that you will have 2 errors, because the login doesn't know where to send it's request.


WARN[0000] error loading config file: ~/.yarnc.yml  error="open ~/.yarnc.yml: no such file or directory"

ERRO[0011] error making login request                    error="Post \"http://localhost:8000/api/v1/auth\": dial tcp 127.0.0.1:8000: connect: connection refused"


I know, it took me to read all the code to create that .yarnc.yml file, the first time.

PS: The yarnc login (when everything set) will only populate the token one.
@prologic it didn't, if you do that you will have 2 errors, because the login doesn't know where to send it's request.


WARN[0000] error loading config file: ~/.yarnc.yml  error="open ~/.yarnc.yml: no such file or directory"

ERRO[0011] error making login request                    error="Post \\"http://localhost:8000/api/v1/auth\\": dial tcp 127.0.0.1:8000: connect: connection refused"


I know, it took me to read all the code to create that .yarnc.yml file, the first time.

PS: The yarnc login (when everything set) will only populate the token one.
@prologic it didn't, if you do that you will have 2 errors, because the login doesn't know where to send it's request.


WARN[0000] error loading config file: ~/.yarnc.yml  error="open ~/.yarnc.yml: no such file or directory"

ERRO[0011] error making login request                    error="Post \\"http://localhost:8000/api/v1/auth\\": dial tcp 127.0.0.1:8000: connect: connection refused"


I know it took me to read all the code to create that .yarnc.yml file, the first time.

PS: THe yarnc login (when everything set) will only populate the token one.
@tkanos We _should_ improve this!
@tkanos We _should_ improve this!