Skip to content

floringogianu/voy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

voy

A CLI for following arxiv authors.

Usage

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 name
  • voy follow [FirstName] LastName: follow the author so that their new papers show up when calling voy show
  • voy update: after each voy follow and 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, using voy 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. Check voy show --help for the many options of this command.
  • voy triage: quickly review the papers in your feed.

Getting started

voy_jul06_getting_started.mp4

Triage

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

Installation

With pipx

Using pipx it should be pretty straightforward to install voy as a command-line utility, pipx will manage the required environment.

MacOS

brew install pipx
pipx install voy

Linux

pipx installation instructions.

pipx install voy

conda/virtual envs and pip

Configure an environment with python 3.12 and run the command:

pip install voy