A script to sync tasks created in a notion database to Todoist
- Clone the repository to your machine
- Install the dependencies using
pip install -r requirements.txt - Add your Notion Token - https://www.notion.com/help/create-integrations-with-the-notion-api#create-an-internal-integration
- Add your Todoist Token - https://todoist.com/help/articles/find-your-api-token-Jpzx9IIlB
- Add your Notion Database Id - https://stackoverflow.com/questions/67728038/where-to-find-database-id-for-my-database-in-notion
- (Optional) Add your Todoist Project Id
- Change the code according to the columns in your notion database.
- Run the program using
python NotionTodoistSync.pyand Voila!
Created by Dimasha (@dimbo.ai)