# 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 13
# self = https://watcher.sour.is/conv/rzh6gyq
The New York Times Purchases Wordle
The New York Times says it has purchased the viral word-guessing game Wordle for "an undisclosed price in the low seven figures." The newspaper says it'll remain "free to play for new and existing players, and no changes will be made to its gameplay." From the report: Josh Wardle, a software engineer in Brooklyn, created the game as a gift for his partner. It was released to the public in October, and ... ⌘ Read more
cc @xuu @lyse @david Oh well, it was fun while it lasted right? 😅 I _assume_ you guys will keep playing the game until the NYT either paywalls it or starts charging money to play? 😅
cc @xuu @lyse @david Oh well, it was fun while it lasted right? 😅 I _assume_ you guys will keep playing the game until the NYT either paywalls it or starts charging money to play? 😅
Should we build a new version? One that'll remain open source and free? 😂
Should we build a new version? One that'll remain open source and free? 😂
I don’t play it. I never did. But there are many clones are there, I imagine. And there will be much more, I am sure. Now, being purchased for the low seven figures ain’t bad!
@david Yup quick search on Github for wordle clone reveals two such "clones" so far 😅
@david Yup quick search on Github for wordle clone reveals two such "clones" so far 😅
@prologic Let’s not forget rustle! The best wordle clone in town, that’s for sure!
@prologic Let’s not forget rustle! The best wordle clone in town, that’s for sure!
@prologic Let’s not forget rustle! The best wordle clone in town, that’s for sure!
This one written in Bash, only at 50 lines ain't bad at all! Anyway, I will let the subject die now, LOL. Just saw that one and had to share one last time. Of course, if I come across something smaller (like a tiny executable on assembler, or something like that) I will come back to this.

PD: Oh, and there is Mathler!
@david Nice shell script! It's crazy that one needs quite a bit of code for such a trivial problem.