Skip to content

Instantly share code, notes, and snippets.

@kjb
kjb / README.md
Last active June 29, 2016 20:40 — forked from mcoms/README.md
Eken H9 Action Camera Firmware

Official source for the latest firmware

Eken supply firmware for their H2, H2R, H3, H3R, H8, H8R, H9 and H9R cameras via the following site:

https://www.facebook.com/ekenhk (Try searching for "h9 firmware", etc.)

The "R" camera versions come with a remote control.

Selecting the right file

@kjb
kjb / download-aura-photos.py
Last active December 31, 2022 04:35 — forked from meub/download-aura-photos.py
This is a simple script to bulk download all the photos from an Aura digital picture frame (auraframes.com). Aura provides no easy way to bulk download photos off of frames so I created this for use with Python 3.
import requests
import json
import shutil
import time
import os
import os.path
import re
# Put Aura email/password and download location file path here
email = "youremail@email.com"