A CLI for following arxiv authors.
Start with voy --help. A general flow would be:
voy search [FirstName] LastName: queries arxiv and returns a list of authors and their papers matching the namevoy follow [FirstName] LastName: follow the author so that their new papers show up when callingvoy showvoy update: after eachvoy followand then daily. It updates the database with the most recent papers by the authors you follow. In addition it commits to the database every co-author on these papers. This makes it easy to search for authors in your database, usingvoy show Some Researcher.voy show/voy show [FirstName] LastName: probably the command you will use most often. It lists the most recent papers of the people you follow or of a specific author. Checkvoy show --helpfor the many options of this command.voy triage: quickly review the papers in your feed.
voy_jul06_getting_started.mp4
Let's say you have a large number of researchers you follow and you want to quickly review and triage papers so that they don't show anymore in the voy show feed.
You can achieve this with voy triage.
voy_jul06_triage.mp4
Using pipx it should be pretty straightforward to install voy as a command-line utility, pipx will manage the required environment.
brew install pipx
pipx install voypipx installation instructions.
pipx install voyConfigure an environment with python 3.12 and run the command:
pip install voy