# 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 12
# self = https://watcher.sour.is/conv/hjgemdq
I am now using Streamlit at work to build admin interfaces and some internal application. It's amazing! I recommend it
I am now using Streamlit at work to build admin interfaces and some internal application. It's amazing! I recommend it
@andros What is Streamlit? Link?
@andros What is Streamlit? Link?
Of course @prologic! Check https://streamlit.io/
Of course @prologic! Check https://streamlit.io/
@andros It's a Cloud/SaaS thing right? 🤔🤔
@andros It's a Cloud/SaaS thing right? 🤔🤔
@prologic It's opensource. You can run the software in your localhost or server. Cloud service is a free option.
@prologic It's opensource. You can run the software in your localhost or server. Cloud service is a free option.
@andros Reminds me of another low-code platform I came across that is written in Go, but uses Starlark I think as the DSL for writing apps.
@andros Reminds me of another low-code platform I came across that is written in Go, but uses Starlark I think as the DSL for writing apps.