# 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 10
# self = https://watcher.sour.is/conv/u3lo6tq
@justamoment Is this issue something you _could_ help build out? 🤔 🙏
@justamoment Is this issue something you _could_ help build out? 🤔 🙏
@justamoment Is this issue something you _could_ help build out? 🤔 🙏
@justamoment Is this issue something you _could_ help build out? 🤔 🙏
@prologic yes, I can probably pull it off, seems kinda simple, I'll reply in the issue for more questions.
@justamoment Nice! 👌 The _only_ thing I think you/I need to figure out is what kind of endpoint you need to hit and what kind of data you want back in order to know whether to popup a banner and how many new twts are in your timeline since you last refreshed I guess? 🤔
@justamoment Nice! 👌 The _only_ thing I think you/I need to figure out is what kind of endpoint you need to hit and what kind of data you want back in order to know whether to popup a banner and how many new twts are in your timeline since you last refreshed I guess? 🤔
@justamoment Nice! 👌 The _only_ thing I think you/I need to figure out is what kind of endpoint you need to hit and what kind of data you want back in order to know whether to popup a banner and how many new twts are in your timeline since you last refreshed I guess? 🤔
@justamoment Nice! 👌 The _only_ thing I think you/I need to figure out is what kind of endpoint you need to hit and what kind of data you want back in order to know whether to popup a banner and how many new twts are in your timeline since you last refreshed I guess? 🤔
@prologic as I said in the issue I think we can use the current list API or a dedicated endpoint that return how many posts since a passed argument like current_timestamp and simply return the number of new posts, the rest would be handled with a timer on the page, I described the steps in details in the issue here