Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (33 loc) · 1.04 KB

README.MD

File metadata and controls

41 lines (33 loc) · 1.04 KB

Zotero-Notion

GitHub top language License
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

Requirements

  • Python >= 3.7
  • Pyzotero
  • notion_py (ATTENTION: only use this fork version, plz)
  • pandas
  • notion
  • rich

Run

python3 main.py

Todo

  • Robustness improvements