TideDra / zotero-arxiv-daily
Recommend new arxiv papers of your interest daily according to your Zotero libarary.
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing TideDra/zotero-arxiv-daily in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewZotero-arXiv-Daily [ ]() --- Recommend new arxiv papers of your interest daily according to your Zotero library. > [!IMPORTANT] > Please keep an eye on this repo, and merge your forked repo in time when there is any update of this upstream, in order to enjoy new features and fix found bugs. 🧐 About > Track new scientific researches of your interest by just forking (and staring) this repo!😊 *Zotero-arXiv-Daily* finds arxiv papers that may attract you based on the context of your Zotero library, and then sends the result to your mailbox📮. It can be deployed as Github Action Workflow with **zero cost**, **no installation**, and **few configuration** of Github Action environment variables for daily **automatic** delivery. ✨ Features • Totally free! All the calculation can be done in the Github Action runner locally within its quota (for public repo). • AI-generated TL;DR for you to quickly pick up target papers. • Affiliations of the paper are resolved and presented. • Links of PDF and code implementation (if any) presented in the e-mail. • List of papers sorted by relevance with your recent research interest. • Fast deployment via fork this repo and set environment variables in the Github Action Page. • Support LLM API for generating TL;DR of papers. • Ignore unwanted Zotero papers using glob pattern. • Support multiple sources of papers to retrieve: • arxiv • biorxiv • medrxiv 📷 Screenshot 🚀 Usage Quick Start • Fork (and star😘) this repo. • Set Github Action environment variables. Below are all the secrets you need to set. They are invisible to anyone including you once they are set, for security. | Key |Description | Example | | :--- | :--- | :--- | | ZOTERO_ID | User ID of your Zotero account. **User ID is not your username, but a sequence of numbers**Get your ID from here. You can find it at the position shown in this screenshot. | 12345678 | | ZOTERO_KEY | An Zotero API key with read access. Get a key from here. | AB5tZ877P2j7Sm2Mragq041H | | SENDER | The email account of the SMTP server that sends you email. | abc@qq.com | | SENDER_PASSWORD | The password of the sender account. Note that it's not necessarily the password for logging in the e-mail client, but the authentication code for SMTP service. Ask your email provider for this. | abcdefghijklmn | | RECEIVER | The e-mail address that receives the paper list. | abc@outlook.com | | OPENAI_API_KEY | API Key when using the API to access LLMs. You can get FREE API for using advanced open source LLMs in SiliconFlow. | sk-xxx | | OPENAI_API_BASE | API URL when using the API to access LLMs. | https://api.siliconflow.cn/v1 | Then you should also set a public variable for your custom configuration. Paste the following content into the value of variable: Set if you want cross-listed papers included. >[!NOTE] > means the value of the environment variable . If the variable is not set, the default value will be used. Here is the full configuration, means the value must be filled in: That's all! Now you can test the workflow by manually triggering it: > [!NOTE] > The Test-Workflow Action is the debug version of the main workflow (Send-emails-daily), which always retrieve 5 arxiv papers regardless of the date. While the main workflow will be automatically triggered everyday and retrieve new papers released yesterday. There is no new arxiv paper at weekends and holiday, in which case you may see "No new papers found" in the log of main workflow. Then check the log and the receiver email after it finishes. By default, the main workflow runs on 22:00 UTC everyday. You can change this time by editting the workflow config . Local Running Supported by uv, this workflow can easily run on your local device if uv is installed: 🚀 Sync with the latest version This project is in active development. You can subscribe this repo via so that you can be notified once we publish new release. 📖 How it works *Zotero-arXiv-Daily* firstly retrieves all the papers in your Zotero library and all the papers released in the previous day, via corresponding API. Then it calculates the embedding of each paper's abstract via an embedding model. The score of a paper is its weighted average similarity over all your Zotero papers (newer paper added to the library has higher weight). The TLDR of each paper is generated by LLM, given the text extracted by pymupdf4llm. 📌 Limitations • The recommendation algorithm is very simple, it may not accurately reflect your interest. Welcome better ideas for improving the algorithm! • High can lead the execution time exceed the limitation of Github Action runner (6h per execution for public repo, and 2000 mins per month for private repo). Commonly, the quota given to public repo is definitely enough for individual use. If you have special requirements, you can deploy the workflow in your own server, or use a self-hosted Github Action runner, or pay for the exceeded execution time. 👯♂️ Contribution Any issue and PR are welcomed! But remember that **each PR should merge to the branch**. 📃 License Distributed under the AGPLv3 License. See for detail. ❤️ Acknowledgement • pyzotero • arxiv • sentence_transformers ☕ Buy Me A Coffee If you find this project helpful, welcome to sponsor me via WeChat or via ko-fi. 🌟 Star History