Arxiv Alerts?
Arxiv Alerts lets you keep track of any authors research. You define a list of authors that you would like to follow and the program will send you a desktop notification whenever they submit a new article on ArXiv. It is a small Python program that I initially wrote to be notified about my friends’ new publications since ArXiv doesn’t have a way to follow individual authors.
How does it work?
For each author in your subscription list, the program does a search on arxiv, parses the results and retrieves information related to any new publications, if there are any since the last check. If there are new articles, it prepares a summary that you can open via a desktop notification. It looks like this:
Where can I get it?
You can find the code and documentation on github.