This project allows you to download and manage your images from public NASA image gallery.
Python 3.6+
, modulesrequests
andpsycopg2
PostgreSQL 9.4+
database- create database, e.g.
nasa
- create schema, e.g.
images
- run this command as admin:
CREATE EXTENSION "uuid-ossp";
- run
init.sql
to create table
- create database, e.g.
In order to run the script, it is necessary to configure config.ini
at first.
Then it is possible to run the python script via python3 images_download.py
or via ./images_download.py
in Linux or
or Mac OS system.