Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 835 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 835 Bytes

zotero2notion

Import Zotero library to Notion

Install

# using pip
pip install zotero2notion

# or using conda
conda install -c rujinlong zotero2notion

Usage

  1. Create an integration and find the token

  2. Create a new database with following properties and property type; Remove all rows; Copy the database id

  3. Obtain your zotero library id and api key

  4. Modify config.txt file, fill in the information you obtained in step 1-3.

  5. Run command,

# Add most recent 10 papers to notion
zotero2notion -c config.txt -n 10

TODO

  • Add configuration file
  • Automatic update (every one hour)
  • Clean code
  • Automatic update (when there is new records in zotero)