# untar archive
tar zxvf tarball.tar.gz
git init --bare
git clone --bare git@host:path
import json | |
import boto.sns | |
class AmazonSNSIosPush: | |
def __init__(self, region_name, aws_access_key_id, | |
aws_secret_access_key, arn): | |
self.user_token = None | |
self.message = None | |
self.arn = arn |