ashwinvis / zotero-tools

Zotero utilties to fix small, but repetitive tasks

Home Page:https://codeberg.org/ashwinvis/zotero-tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

Create a file _creds.py containing your Zotero and GitHub credentials. Modify the values of the following variables:

USERID = "my_zotero_id"
KEY = "super_secret_zotero_key"
GITHUB_ACCESS_TOKEN = "supersecret_github_personal_access_token_read_only"

Run fix.py with or without dry_run=True.

About

Zotero utilties to fix small, but repetitive tasks

https://codeberg.org/ashwinvis/zotero-tools

License:Apache License 2.0


Languages

Language:Python 100.0%