Skip to content

Instantly share code, notes, and snippets.

import os
import json
import time
import requests
CREDENTIALS_LOCATION = "~/.freedom_credentials"
CREDENTIALS_LOCATION = os.path.abspath(os.path.expanduser(CREDENTIALS_LOCATION))
TRIGGER_TOPIC = "/trigger_image_capture"