Skip to content

rujinlong/zotero2notion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)