Import Zotero library to Notion
# using pip
pip install zotero2notion
# or using conda
conda install -c rujinlong zotero2notion
-
Create an integration and find the token
-
Create a new database with following properties and property type; Remove all rows; Copy the database id
-
Obtain your zotero library id and api key
-
Modify
config.txt
file, fill in the information you obtained in step 1-3. -
Run command,
# Add most recent 10 papers to notion
zotero2notion -c config.txt -n 10
- Add configuration file
- Automatic update (every one hour)
- Clean code
- Automatic update (when there is new records in zotero)