Skip to content

bernd/wunderlist-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wunderlist-backup

Backup your Wunderlist data into a JSON file.

This script produces similar output to the backup files generated by the Wunderlist web application export feature.

Requirements

Ruby >= 2.0 (no extra gems needed)

Usage

You have to create an application in Wunderlist to get access to the required OAUTH data for authentication.

Create Wunderlist App

After that you see the "Client ID" and "Client Secret". Now you have to generate an access token.

Create Wunderlist Token

Store that token in a secure location, it's only shown once!

Now you have to set two environment variables to allow the backup script to access the Wunderlist API. After doing that, just run the script.

Example:

$ export WUNDERLIST_ACCESS_TOKEN=<your Wunderlist access token>
$ export WUNDERLIST_CLIENT_ID=<your Wunderlist client id>
$ ruby wunderlist-backup.rb > wunderlist-backup.json

Contributing

All contributions are welcome!

License

Apache License 2.0 - See LICENSE file for details.

About

Backup your Wunderlist data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •