# tidedra/zotero-arxiv-daily

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/tidedra-zotero-arxiv-daily).**

4,654 stars · 4,120 forks · Python · agpl-3.0

## Links

- GitHub: https://github.com/TideDra/zotero-arxiv-daily
- awesome-repositories: https://awesome-repositories.com/repository/tidedra-zotero-arxiv-daily.md

## Topics

`arxiv` `automation` `e-mail` `github-action` `paper` `recommendation` `research` `zotero`

## Description

This open-source tool analyzes your Zotero reference library to discover new arXiv preprints each day and delivers them as a personalized email digest. It runs on a scheduled workflow, such as free GitHub Actions, requiring no manual intervention to fetch, rank, and email paper recommendations.

To match new papers to your research interests, the tool uses embedding-based semantic similarity between your library’s entries and daily preprint titles and abstracts. You can extend its sources and ranking logic by decorating Python classes or functions, and opt into AI-generated paper summaries by connecting a configurable language model through a pluggable backend. All workflow parameters and secrets are controlled via environment variables, so the pipeline adapts without code changes.

The system pulls preprints from the arXiv API (and other supported servers), computes relevance scores, and sends a daily email containing links, author details, and code repositories. Email delivery uses SMTP or a transactional API, and the entire discovery and delivery cycle runs automatically on a cron schedule.

## Tags

### Artificial Intelligence & ML

- [Zotero-Based Recommenders](https://awesome-repositories.com/f/artificial-intelligence-ml/personalized-recommendation-retrieval/agent-based-recommenders/zotero-based-recommenders.md) — A tool that analyzes your Zotero library to discover and recommend new arXiv preprints daily via email.
- [Reference Library-Based Recommenders](https://awesome-repositories.com/f/artificial-intelligence-ml/recommendation-engines/recommendation-scoring-and-ranking/reference-library-based-recommenders.md) — The daily paper recommendation tool discovers new preprint papers by scoring their semantic similarity to a user's reference library, with relevance ranking and daily recommendations. ([source](https://github.com/TideDra/zotero-arxiv-daily/blob/main/README.md))
- [Daily](https://awesome-repositories.com/f/artificial-intelligence-ml/recommendation-pipelines/daily.md) — The daily paper recommendation tool automates the pipeline to fetch, process, and email personalized paper recommendations on a daily schedule. ([source](https://github.com/TideDra/zotero-arxiv-daily#readme))
- [arXiv Preprint Recommenders](https://awesome-repositories.com/f/artificial-intelligence-ml/research-papers/arxiv-preprint-recommenders.md) — Finding new arXiv preprints matching your research interests each day, using similarity to your reference library.
- [Daily Paper Digest Deliveries](https://awesome-repositories.com/f/artificial-intelligence-ml/research-papers/automated-research-paper-analysis/daily-paper-digest-deliveries.md) — Receiving a daily email with curated paper recommendations, links, and summaries delivered to your inbox.
- [Embedding Similarity Analysis](https://awesome-repositories.com/f/artificial-intelligence-ml/speaker-embeddings/embedding-similarity-analysis.md) — Computes cosine similarity between vector embeddings of reference library entries and new preprint titles and abstracts.
- [Academic Paper Summarizations](https://awesome-repositories.com/f/artificial-intelligence-ml/academic-paper-summarizations.md) — Generating concise AI summaries for recommended papers to quickly assess relevance without reading full abstracts.
- [Pluggable Backend Summarizations](https://awesome-repositories.com/f/artificial-intelligence-ml/academic-paper-summarizations/pluggable-backend-summarizations.md) — Generates paper summaries by calling a user-specified LLM through a pluggable backend with adjustable parameters.
- [Custom Source and Ranking Registrations](https://awesome-repositories.com/f/artificial-intelligence-ml/recommendation-engines/recommendation-scoring-and-ranking/custom-source-and-ranking-registrations.md) — The daily paper recommendation tool allows registration of custom paper sources and ranking algorithms via decorators for automatic discovery and scoring. ([source](https://github.com/TideDra/zotero-arxiv-daily/blob/main/CLAUDE.md))

### Business & Productivity Software

- [Email Automation](https://awesome-repositories.com/f/business-productivity-software/task-workflow-automation/email-automation.md) — Delivers a daily email with curated paper suggestions, links, author details, and code repositories.

### Content Management & Publishing

- [Daily Paper Digest Deliveries](https://awesome-repositories.com/f/content-management-publishing/daily-news-summaries/daily-paper-digest-deliveries.md) — The daily paper recommendation tool sends a daily email containing recommended papers with links, author affiliations, and code implementations. ([source](https://github.com/TideDra/zotero-arxiv-daily/blob/main/README.md))

### Networking & Communication

- [Email Dispatchers](https://awesome-repositories.com/f/networking-communication/email-dispatchers.md) — Sends personalized daily digests with paper links and metadata via SMTP or transactional email APIs.

### Scientific & Mathematical Computing

- [Zotero-Based Literature Discovery](https://awesome-repositories.com/f/scientific-mathematical-computing/automated-literature-reviewers/zotero-based-literature-discovery.md) — Leveraging your Zotero reference library to seed daily searches for relevant new papers on arXiv.

### Software Engineering & Architecture

- [Preprint](https://awesome-repositories.com/f/software-engineering-architecture/api-aggregators/preprint.md) — Fetches papers from the arXiv API and other preprint servers based on configurable criteria and date ranges.
- [Scheduled Workflow Deployments](https://awesome-repositories.com/f/software-engineering-architecture/integration-extensibility/workflow-automation-integrations/ci-cd-integrations/github-actions/deployment-workflows/scheduled-workflow-deployments.md) — The daily paper recommendation tool can be deployed as a scheduled workflow, supporting free GitHub Actions and other schedulers for daily automation at no cost. ([source](https://github.com/TideDra/zotero-arxiv-daily/blob/main))
- [Decorator-Based Plugin Registrations](https://awesome-repositories.com/f/software-engineering-architecture/software-architecture/architectural-patterns/plugin-module-systems/modular-plugin-architectures/plugin-based-architectures/plugin-based-architectures/decorator-based-plugin-registrations.md) — Registers custom paper sources and ranking functions by decorating Python classes or functions for automatic discovery.

### Development Tools & Productivity

- [Open Source Academic Discovery Pipelines](https://awesome-repositories.com/f/development-tools-productivity/open-source-academic-discovery-pipelines.md) — A customizable pipeline that can be deployed as a scheduled GitHub Action at no cost.
