Skip to content

Backup utility for Todoist task manager, written using Boost C++ Libraries.

Notifications You must be signed in to change notification settings

vprus/todoist-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todoist Backup

This is a backup tool for the Todoist task manager (http://todoist.com). When run, it downloads the list of projects, and then active tasks from all the project, and puts that, in raw JSON format, in file todoist.txt. The task history, or labels, are not downloaded.

Building

Before building, you need:

  • Sources of Boost C++ Libraries (http://boost.org)
  • Boost.Build. You can just run "./boostrap.sh" in the root folder of Boost to get the b2 executable.

Build as follows:

  • Rename project-config.jam.in to project-config.jam.
  • Edit project-config.jam to set your Todoist API token and path to Boost.
  • Run b2.

Using

Just run the binary. It will produce file todoist.txt with saved projects.

About

Backup utility for Todoist task manager, written using Boost C++ Libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages