Skip to content

This project allows you to download and manage your images from public NASA image gallery

License

Notifications You must be signed in to change notification settings

dude65/Nasa-Image-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nasa-Image-Downloader

This project allows you to download and manage your images from public NASA image gallery.

Prerequisites

  • Python 3.6+, modules requests and psycopg2
  • PostgreSQL 9.4+ database
    1. create database, e.g. nasa
    2. create schema, e.g. images
    3. run this command as admin: CREATE EXTENSION "uuid-ossp";
    4. run init.sql to create table

Run

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.

About

This project allows you to download and manage your images from public NASA image gallery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages