Last updated:
0 purchases
apod.py 0.0.1
Apod-py
A simple easy to use python wrapper for the "Astronomy Picture Of the Day" api.
Installation
pip install apod.py
Usage
import apod
client = apod.Client("api_key") #replace "api key" with your api key
data = client.fetch() #this will return a json file
print(data) #will print the json file
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.