slackscraperpilot
// slack channel archive

Slack channel archive for approved workspace history

Archive approved public and private Slack channels into a governed store that supports search, deletion handling, access profiles, and JSONL exports.

What gets archived

Slackscraper discovers approved public and private channels, backfills history through Slack pagination, and stores normalized message records for retrieval and export.

What stays governed

Result handles are bound to actors and access-profile versions. Expansion rechecks authorization before returning more Slack context.

Review security model

Archive workflow

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

Export when needed

The archive remains queryable, while JSONL exports produce portable current-state files with manifest evidence.

See JSONL export