Migrating your Zotero database to Notion
date
Dec 30, 2020
slug
zotero-notion
status
Published
summary
Create a Notion collection, synced with Zotero.
tags
Engineering
Python
Notion
Academic
type
Post
Create a Notion collection, synced with Zotero.
Showcase
- Cite an item:
- Database (A.K.A. collection):
Necessary Configuration
[notion]
PAGE_URL = Target Notion Page Address
CV_URL = Target Notion CV (Collection View)
TOKEN_V2 = Notion Access Token (the second version)
[zotero]
LIBRARY_ID = Library ID of Target Zotero Library
LIBRARY_TYPE = Type of Target Zotero Library, user or group
API_KEY= Zotero API Key
- Find Notion
TOKEN_V2
- Get Zotero
API_KEY
Requirements
- Python >= 3.7
- Pyzotero
- notion_py (ATTENTION: only use this fork version, plz)
- pandas
- notion
- rich
Run
python3 main.py
Todo
- Robustness improvements