Skip to content

Instantly share code, notes, and snippets.

@bmcalister
Last active April 22, 2021 19:43
Show Gist options
  • Save bmcalister/07a993de8010227bee30833241192abe to your computer and use it in GitHub Desktop.
Save bmcalister/07a993de8010227bee30833241192abe to your computer and use it in GitHub Desktop.
timelapse
#!/bin/bash
NAME=$(date +%Y-%m-%d--%H.jpg)
echo "downloading $NAME"
curl "http://192.168.1.47/cgi-bin/api.cgi?cmd=Snap&channel=0&rs=a&user=admin&password=K3ssl3r\!9" --output $NAME
gupload $NAME
rm $NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment