astroph_new

Release:

0.2.4

date:

Mar 23, 2023

astropy_new is a python module to search for new astrophysics submissions in arXiv based on the user interests and to create a summarized document that can be easily opened in a browser.

Features

  • Managing user interests (subjects, author names, and keywords)

  • Searching for new submissions in astro-ph based on the user interests

  • Creating a summarized HTML document of the interested submissions

  • Daily automatic searching and summary on a set time.

Installation

Using pip

Assuming you have Python already, install astroph_new with pip simply run:

pip install -U astroph-new

Checking installation

If your installation is OK, you can import this module without any error:

python -c 'import astroph_new'

Documentation