crispy-stalker
Async Stalker/MAG portal API client.
What This Crate Is
crispy-stalker targets legacy Stalker / MAG middleware portals. It handles portal discovery, MAC-based authentication, paginated content retrieval, and stream URL resolution in a reusable client crate.
What It Provides
StalkerClientStalkerCredentialsStalkerSession- typed models for channels, VOD, series, profile, and EPG entries
- stream URL resolution helpers
- retry/backoff support
Installation
[]
= "0.1.1"
MSRV: Rust 1.85
Quick Start
use ;
# async
Typical Uses
- Stalker portal integration
- channel/VOD sync jobs
- MAG stream URL resolution
Current Limitations
- provider-side inconsistencies are common in Stalker ecosystems; callers should still expect some portals to diverge from the happy path
- no persistence layer
- no playback probing or media diagnostics
License
See LICENSE.md and NOTICE.md.