Skip to content

Instantly share code, notes, and snippets.

@limhenry
limhenry / Firebase_Backup.py
Last active January 1, 2018 19:15
Firebase Backup Script with Python
#Firebase Auto Backup by Henry Lim (https://limhenry.xyz)
#WARNING: THIS MIGHT AGAINST FIREBASE'S TERMS OF SERVICE, USE IT AT YOUR OWN RISK
#Just change the line with comment
import urllib
import urllib2
from time import gmtime, strftime
import time
set -e
######################
# Options
######################
REVEAL_ARCHIVE_IN_FINDER=false
FRAMEWORK_NAME="${PROJECT_NAME}"