Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EgorDm/notionsci
Collection of scientific app/tool syncs for Notion API
https://github.com/EgorDm/notionsci
notion python zotero
Last synced: about 1 month ago
JSON representation
Collection of scientific app/tool syncs for Notion API
- Host: GitHub
- URL: https://github.com/EgorDm/notionsci
- Owner: egordm
- License: mit
- Created: 2021-08-08T21:58:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-10T22:19:56.000Z (about 3 years ago)
- Last Synced: 2024-04-26T20:07:46.140Z (8 months ago)
- Topics: notion, python, zotero
- Language: Python
- Homepage: https://egordm.github.io/notionsci/
- Size: 1.01 MB
- Stars: 18
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
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/)