https://github.com/oscarmorrison/zoteroremarkable
A script/utility to keep a zotero collection and remarkable file in sync
https://github.com/oscarmorrison/zoteroremarkable
remarkable remarkable-tablet rmapi sync zotero
Last synced: 2 months ago
JSON representation
A script/utility to keep a zotero collection and remarkable file in sync
- Host: GitHub
- URL: https://github.com/oscarmorrison/zoteroremarkable
- Owner: oscarmorrison
- License: gpl-3.0
- Created: 2019-07-01T06:51:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-15T06:10:44.000Z (over 4 years ago)
- Last Synced: 2025-03-18T05:34:58.650Z (3 months ago)
- Topics: remarkable, remarkable-tablet, rmapi, sync, zotero
- Language: Python
- Homepage: https://blog.oscarmorrison.com/zotero-remarkable-sync/
- Size: 17.6 KB
- Stars: 68
- Watchers: 4
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zotero Remarkable Sync
This is a little utility that I made to keep a collection/folder in sync with Zotero and Remarkable.
My zotero setup uses external storage (I store all attachments on OneDrive)## Setup
- install rmapi
- Download the [sync.py](https://raw.githubusercontent.com/oscarmorrison/zoteroRemarkableO/master/sync.py)
- create a `.env` file### Dependancies
- python3
- [rmapi](https://github.com/juruen/rmapi)
- pyzotero
- pydash
- dotenv
(the above 3 python libraries can be installed using pip3)### Env file
- Create a zotero api key
- get zotero library_id (from zotero web)
- create a folder on remarkable and a collection in zotero
- get base path for zotero pdf (papers)### Usage
_(ensure you have a .env file, with zotero api key, and rmapi setup)_
Then to sync, just run:
`python3 sync.py`