**Short Arxiv RSS**
Feb 5, 2019
Back to
Home >
Categories > programming
Arxiv original RSS feed is convenient. But since Arxiv does update every replacement on its RSS feed and sometimes it is quite annoying to skip those entries in any RSS reader or Zotero, if you rely not only on the website of ArXiv. In this post, it is about how to filter out these replacements using a simple shell script and to update on your GitHub Pages every day. Then one can register the specific RSS feed wherever you like.
Here is the repository on GitHub, short_arxiv_rss. On the readme, one can find steps like,
xmlstarlet
based on your operating system(Optional)
You can also set the script to run every day by crontab
crontab -e
0 8 * * * <YOUR_REPO>/ShortArxivRSS.sh <YOUR_REPO>/ShortArxivRSS.log 2>&1