This repository contains a simple script to import Zotero records into Notion. This can be used to easily refer to literature in Notion notes, either by mentioning it or by using relationships.
- Install the Better BibTeX plugin.
- Pin the keys of your existing Zotero records (select all Zotero records, then right click > Better BibTeX > Pin BibTeX key).
- Set the
autoPinDelay
parameter to 2.
- Clone this Notion template.
- Clone repository.
- Install Python 3.
- Install required packages from
requirements.txt
. - Create
config.ini
by copyingconfig.ini.sample
.- Enter Zotero API credentials (Settings > Feeds/API, allow library access and notes access).
- Enter Notion API credentials.
Execute python main.py
to run the script.