https://github.com/ege-erdogan/yet-another-arxiv-filter
Search for keywords/authors in daily arXiv emails through the terminal.
https://github.com/ege-erdogan/yet-another-arxiv-filter
arxiv arxiv-daily arxiv-papers
Last synced: 2 months ago
JSON representation
Search for keywords/authors in daily arXiv emails through the terminal.
- Host: GitHub
- URL: https://github.com/ege-erdogan/yet-another-arxiv-filter
- Owner: ege-erdogan
- Created: 2024-03-16T20:05:37.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-19T09:56:41.000Z (about 1 year ago)
- Last Synced: 2025-02-08T00:28:25.674Z (4 months ago)
- Topics: arxiv, arxiv-daily, arxiv-papers
- Language: Python
- Homepage:
- Size: 285 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Authors: authors.txt
Awesome Lists containing this project
README
# Yet Another arXiv Filter
A hacky keyword/author search through daily arxiv emails. There are probably some edge cases this doesn't handle.

## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [Disclaimer](#license)## Installation
1. Clone the repo.
2. `pip install rich` for pretty output.## Usage
1. Fill `keywords.txt` and `authors.txt` (one per line). Keywords are searched in the title and abstract.
2. Copy mail contents into `mail_text.txt`.
3. `python arxiv_filter.py`For maximum efficiency, setup this alias:
```bash
alias arxiv="cd && open mail_text.txt && read -s -k '?Press any key to continue.' && python arxiv_filter.py"
```
Then all you need is to copy the main contents and press any key.## Contributing
Any feedback is welcome.
## Disclaimer
The author(s) of this repository are not responsible for any potential loss of career opportunities due to missed arXiv papers. Use at your own risk.