9 votes

I made a little CLI app for backing up my Tildes comments

I made a little CLI app for backing up my tildes comments / topics.

$ pip install xklb
$ library tildes -h
usage: library tildes DATABASE USER

    Backup tildes.net user comments and topics

        library tildes tildes.net.db xk3

    Without cookies you are limited to the first page. You can use cookies like this:
        https://github.com/rotemdan/ExportCookies
        library tildes tildes.net.db xk3 --cookies ~/Downloads/cookies-tildes-net.txt

It creates a SQLITE file with HTML text in one of the columns. Nothing super fancy. Let me know what you think?