Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 724 Bytes

File metadata and controls

43 lines (28 loc) · 724 Bytes

nasa-cli

Command Line Interface made with Typer and Python for NASA API.

About NASA API

Go to NASA API.

Installation

Create a virtual environment and activate it:

python -m venv .venv
source .venv/bin/activate  # On Windows use `.venv\Scripts\activate`

Install the required packages:

pip install poetry
poetry install

Usage

Activate the virtual environment if not already activated:

source .venv/bin/activate  # On Windows use `.venv\Scripts\activate

Download APOD (Astronomy Picture of the Day):

nasa_cli apod bajar

Download a date range of APODs:

nasa_cli apod bajar-rango --desde 2025-11-01 --hasta 2025-11-30