Pysnap
Python library for the Snapchat API
Install / Use
/learn @mpolden/PysnapREADME
pysnap
Note: This project is NOT maintained. I don't provide any support for it.
A Python library for the Snapchat API
The implementation is partially based on php-snapchat by dstelljes and the full disclosure by GibSec.
Installation
Pysnap is a standard Python package (setuptools) which can be installed by running:
python setup.py install
If you prefer not to install it globally, you can install it inside a virtualenv.
Example API usage
from pprint import pprint
from pysnap import Snapchat
s = Snapchat()
s.login('username', 'password')
snaps = s.get_snaps()
pprint(snaps)
Basic clients
There are two basic clients included in the package, get_stories.py for
downloading stories and get_snaps.py for downloading snaps.
$ get_snaps.py -h
Basic Snapchat client
Usage:
get_snaps.py [-q] -u <username> [-p <password>] <path>
Options:
-h --help Show usage
-q --quiet Suppress output
-u --username=<username> Username
-p --password=<password> Password (optional, will prompt if omitted)
Related Skills
node-connect
351.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。

