An open API service indexing awesome lists of open source software.

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.

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.

![Image](img/result.png)

## 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.