Exercising scripting by attempting to run a timelapse.
timelapse.sh
takes a picture with the webcam every 10 seconds for 2 hours.sunset.py
uses the free API from Sunrise-Sunset.Org to calculate 1 hour prior to sunset in the specified timezone.schedule.sh
schedules executingtimelapse.sh
at the time returned bysunset.py
using theat
commandinstall.sh
checks for dependencies and adds a cronjob to daily run theschedule.sh