# 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 7
# self = https://watcher.sour.is/conv/jfxyeaq
working with c++, windows, cmake and wxwidgets reminded me on why I want to learn more rust. rust and crates makes it really easy to get up and running, crossplatform. scrapping what I did today, I'll start over and force my self to learn rust.
@stigatle 🍿🍿🍿 Let us know how that goes πŸ˜…
@stigatle 🍿🍿🍿 Let us know how that goes πŸ˜…
@stigatle 🍿🍿🍿 Let us know how that goes πŸ˜…
@stigatle 🍿🍿🍿 Let us know how that goes πŸ˜…
@movq Will do :)
Decided to use FLTK crate, that one is easy to get set up, works well.
Now I have to figure out how to make a class that holds the gui elements I need.
I want to parse the yarn status file, then show the statuses, then once that works I'll make it fetch it online etc. Will take some time, but I feel a bit more motivated (for now) to do this in rust.