web interface for stored item listing
Opened this issue · 1 comments
kamarton commented
A web interface where user can easily view the locally stored items. Probably this will be included in a separate package, because it is not necessarily part of this CLI project.
udif commented
Hi,
I needed a utility for looking into 20 years of gmail using SQL queries, and decided to postprocess the gwbackupy database, and browse the resulting SQLite database through Datasette .
This is the result: https://github.com/udif/gwbackupy2sqlite
I hope you find this useful.
At the moment this is a really minimal program (~250 python lines + ~200 SQL lines), feel free to integrate it directly into gwbackupy.