What gets archived
Slackscraper discovers approved public and private channels, backfills history through Slack pagination, and stores normalized message records for retrieval and export.
Archive approved public and private Slack channels into a governed store that supports search, deletion handling, access profiles, and JSONL exports.
Slackscraper discovers approved public and private channels, backfills history through Slack pagination, and stores normalized message records for retrieval and export.
Result handles are bound to actors and access-profile versions. Expansion rechecks authorization before returning more Slack context.
Review security model →Start with one channel, validate search quality, then expand approved channel scope as admins review access requirements.
slackscraper init slackscraper sync --workspace acme slackscraper search "incident review" --workspace acme
The archive remains queryable, while JSONL exports produce portable current-state files with manifest evidence.
See JSONL export →