Metadata-Version: 2.4
Name: snappify
Version: 1.0.3
Summary: Download Snapchat Story media and optionally monitor for new posts
Home-page: https://github.com/andrilchakraborty/snapify
Author: Cassidy
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: aiofiles
Requires-Dist: beautifulsoup4
Requires-Dist: colorama
Requires-Dist: yarl

# Snapify

An async CLI to download Snapchat Story media and optionally monitor for new posts. Built by Cass × GPT.

---

## 🚀 Features

- **Async & concurrent** downloads  
- **Single-run** (`snapify -u alice,bob`) or **watch mode** (`snapify start`)  
- **Add/remove** multiple usernames on the fly (`-u`, `-r`)  
- **Configurable poll interval** for automatic checks (`-c`)  
- **Persistent state** in `autopos0.json` to avoid redownloading  
- **ZIP fallback** for large batches  
- **Real-time logging** (via `logging`)  

---

## 📦 Install

```bash
pip install snapify
