# 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 1
# self = https://watcher.sour.is/conv/swmsioa
Hi everybody! So I re-upped my sub on my domain the8woodcutter.sh which is my blog. It's a bashblog and I've had some cool ideas about it. Namely my python rewrite of it called pyblog. My objective is to enjoy the rewrite and make it easier to template while the bashblog code is a single .sh script the pyblog is supposed to actually do the same job, but remove the painstaking effort required to read through the bash code (as you know bash scripts in length are hard to read) and add/remove and change your template files AND have bashblog re-render your site CORRECTLY. Which it is not reliable doing. I'm going to work on it now ^^