Save data from WriteFreely (or Write.as) to a SQLite database.
foo@bar:~$ pip install -e git+https://github.com/myles/writefreely-to-sqlite.git#egg=writefreely-to-sqlite
You'll need to authenticate with your WriteFreely service using your username or alias and password.
foo@bar:~$ writefreely-to-sqlite auth
Your WriteFreely domain name [write.as]: write.as
Your username or alias: myles
Your password:
The user
command will retrieve all the details about your WriteFreely account.
foo@bar:~$ writefreely-to-sqlite user writefreely.db
The posts
command will retrieve all your posts from your WriteFreely account.
foo@bar:~$ writefreely-to-sqlite posts writefreely.db
The collections
command will retrieve all your collections from your
WriteFreely account.
foo@bar:~$ writefreely-to-sqlite collections writefreely.db