# 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/gypx24a
I share with you my first useful thing with golang
https://go.gemugami.com <- temp URL, will change later

A timetable updating automatically by the ICANN's tzinfo database. So it should reflect _unaware_ DTS changes in other countries.

This timetable is fully inspired by https://mckinley.cc/time.xhtml of @mckinley
@eaplmx That's awesome! Is it just a page generator like mine or does it have its own Web server?

Coincidentally, my time table generator was the first useful thing I wrote in C.
@mckinley it generates HTML dinamically, it's a golang executable with embedded templates on it's own server, proxied by nginx

Basically I was following this and some other tutorials:
https://www.digitalocean.com/community/tutorials/how-to-make-an-http-server-in-go

Any advice is appreciated 😁
It would be pretty easy to take the same code and write a CLI that generates static HTML like I'm doing with twtxt2html 👌
It would be pretty easy to take the same code and write a CLI that generates static HTML like I'm doing with twtxt2html 👌
It would be pretty easy to take the same code and write a CLI that generates static HTML like I'm doing with twtxt2html 👌
It would be pretty easy to take the same code and write a CLI that generates static HTML like I'm doing with twtxt2html 👌