Archibe web app for summarizing and browsing YouTube Live archives.
Demo page: https://archibe.vercel.app
$ make startdb
$ make stopdb
$ make initdb
$ CHANNEL_ID=<channel-id> make insert
$ make serve
$ make test
$ pg_dump archibe -h 127.0.0.1 -U admin > example.dump
# psql -c 'create database archibe'
$ psql archibe < example.dump
MIT