This is a script repository for scraping Zotero add-ons, intended for use with Zotero Addons.
Switch to
addon-scrapersource in Zotero Addons to use this repository.
This repository utilizes GitHub Actions workflow for automation. including the following steps:
- Retrieve Zotero add-on information specified in addons folder
- Parse add-on information into JSON data
- Publish the JSON data to the
publishbranch and the latest release
Adding a new add-on entry {owner}@{repo} in the addons folder.
Optionally, add up to two tags by writing JSON content to the file:
{"tags": ["reader", "utility"]}Available tags:
| Tag | Description |
|---|---|
ai |
AI-powered features (summarization, chat, translation via LLM) |
metadata |
Metadata retrieval, citation counts, impact factor, formatting |
reader |
PDF reading experience, annotation, highlighting |
notes |
Note-taking, markdown export, knowledge management |
attachment |
File management, attachment organization, OCR |
interface |
UI enhancements, themes, column customization |
integration |
Integration with external services (Notion, Obsidian, Word, etc.) |
utility |
Zotero system tools (automation, deduplication, plugin management) |
forkthis repository- Enable actions and scheduled workflow in
Actionspage of forked repository