Skip to content

Instantly share code, notes, and snippets.

@cmcewen
cmcewen / group_stories.py
Created January 31, 2015 20:57
Snapchat group stories hack
#!/usr/bin/env python
#using the awesome pysnap library: https://github.com/martinp/pysnap
from __future__ import print_function
import os.path
import sys
from getpass import getpass
from zipfile import is_zipfile, ZipFile