Giter Site home page Giter Site logo

notion-to-things3's Introduction

Notion to Things3 Integration

A bi-directional syncing tool to copy and update tasks from Notion to Things3.

Requirements

  • Python3
  • Things3
  • Notion

Installation

Clone this repository.

Setup

Create a .env file or set environment variables:

  • NOTION_TOKEN: the token_v2 cookie value found by inspecting your browser cookies on a logged-in session on Notion.so
  • NOTION_TASK_LISTS: a comma-separated list of Notion URLS for task databases (need fields Name, Assign, Status)
  • THINGS_DB: The file path to your Things3 Database (try ~/Library/Containers/com.culturedcode.ThingsMac/Data/Library/Application\ Support/Cultured\ Code/Things/Things.sqlite3)
  • THINGS_AUTH_TOKEN: Authentication Token from Things > Preferences > Manage

Installation

If you'd like to install with an entry_point use:

pip3 install git+https://github.com/patrickjmcd/notion-to-things3

or clone the repository and run:

pip3 install .

Running the Script

Run the script by executing:

python3 sync.py

If you've installed as a package, you can simply run

notion-things3

Future Improvements

  • Turn this into a package with an entry_point for use anywhere.
  • Enable bi-directional syncing
  • Better Error-trapping for missing environment variables

notion-to-things3's People

Contributors

patrickjmcd 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.