Skip to content

matharden/workflowy-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workflowy Backup

A hack to get Workflowy export through headless browser automation.

Requirements

  • Node & NPM

Setup

Install Nightmare, Electron and dependacies:

make build

Create a local.sh file in the same directory with your Workflowy credentials.

#!/bin/bash

export USERNAME="my_username"
export PASSWORD="my_password"

node .

Make this file executable:

chmod +x local.sh

Running the backup

Export your Workflowy content in plain text format to workflowy_export.txt.

make

About

Backup your Workflowy content

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published