A hacky keyword/author search through daily arxiv emails. There are probably some edge cases this doesn't handle.
- Clone the repo.
pip install rich
for pretty output.
- Fill
keywords.txt
andauthors.txt
(one per line). Keywords are searched in the title and abstract. - Copy mail contents into
mail_text.txt
. python arxiv_filter.py
For maximum efficiency, setup this alias:
alias arxiv="cd <path_to_repo> && 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.
Any feedback is welcome.
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.