| .. | ||
| data | ||
| .gitignore | ||
| create_day_photo_mapping.py | ||
| get_sunrise_images.py | ||
| photos.py | ||
| readme.md | ||
| unsplash_api_gateway.py | ||
| unsplash_search_results.py | ||
| utils.py | ||
Sunrise or Sunset Images
You need to create an Unsplash developer account with API key (link).
To authenticate calls to the Unsplash API, you need to create a file called environment_variables.py to store your access and secret key:
# environment_variables.py
UNSPLASH_ACCESS_KEY = "access_key"
UNSPLASH_SECRET_KEY="secret_key"