Skip to content

cyberjive/nasa_apis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NASA APIS

Playing around with requests and NASA APIs, will probably turn it into a Flask thing

Currently rolls through a list of APIs, logs the calls, and writes to csv via pandas

Installation

Clone, create your venv, install dependencies

git clone https://github.com/cyberjive/NASA_APIs.git
python3 -m venv env
source env/bin/activate
python -m pip install -r requirements.txt

Usage

Activate your virtual environment and run the script(s) from the CLI/inside your IDE

source env/bin/activate
python3 -m nasa_apis

About

Hit Nasa APIs with requests library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages