Git Product home page Git Product logo

todoist_2_superproductivity's Introduction

Todoist to Super Productivity Integration

This is a simple python script for integrating Todoist and Super Productivity (SP).

โ“ How it works

By running the script your tasks in Todoist from the current date will be added to SP. There is also an option to deal with subtasks where you can either add only the parent task or add only subtasks.

โ“ How to use it

Setting up syncing in Super Productivity

First you need to set up syncing in SP. Open SP and go to settings. At the bottom of the page open up "Sync" and check the "Enable Syncing" option. Set the interval on something more than 1 minute and put "Sync Provider" on "LocalFile". Set "Sync file path" to anything you'd like but make sure the name of the file is vault. As an example, "S:/SPVault/vault". Click on Save and you are done with this section.

Integrating Todoist with SP

  1. Login to Todoist using your browser and click on your profile on the top right and go to integrations. On the bottom of the opened page, in the API Token section, copy the token to your clipboard.
  2. After making sure you have set up syncing in Super Productivity. Open Super Productivity and click on the refresh button on the top-right corner.
  3. Now you need to run the script. The script has three arguments. The path to vault (from the syncing section above), API token for Todoist and finally, an option to determine whether you want to add subtasks or the parent task only. You need python 3.x installed. An example of the command is as follows.
    python todoist_syncer.py --path S:/SPVault/ --token <your token goes here> --subtasks True
    
    Running this script will create a new file in the same path that should be imported to SP.
  4. Now, go to SP>Setting>Import/Export and select "IMPORT FROM FILE" and select the new file from the path (according to the example it would be S:/SPVault/synced_vault.json) and that's it. You should now see the tasks from Todoist in SP.

todoist_2_superproductivity's People

Contributors

hamed-d avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.