Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/EgorDm/notionsci

Collection of scientific app/tool syncs for Notion API
https://github.com/EgorDm/notionsci

notion python zotero

Last synced: 2 months ago
JSON representation

Collection of scientific app/tool syncs for Notion API

Awesome Lists containing this project

README

        


NotionSci



Collection of scientific app/tool syncs for Notion API



PyPI
Supported Python Versions
License
Code style


Test




This cli is meant to allow syncing of scienfic/reasearch tools to notion. (Such as Zotero, ...)

## Installation

```shell
pip install notionsci
```

## Features
* [Zotero Synchronization](zotero.md)
* [References Sync (One Way)](zotero.md#references-sync-one-way)
* [Collections Sync (One Way)](zotero.md#collections-sync-one-way)
* [Useful Notion Tools](notion.md)
* [Page Duplication](notion.md#duplicating-pages)
* [Workspace Trash Cleaning](notion.md#cleaning-workspace-trash)

## Quick Start
> Before getting started, configure [Notion intergration](notion.md#setting-up-connection)
> and [Zotero integration](zotero.md#setting-up-connection).

Duplicate the [Zotero Library Template](https://efficacious-alarm-7cc.notion.site/Zotero-Library-36f83fd853994420a53d818a5b67da3e)
and synchronize the Zotero Collections with:

```bash
notionsci sync zotero collections
```

and the References with:

```bash
notionsci sync zotero refs
```

## [Documentation](https://egordm.github.io/notionsci/)