# slack-auto-export **Repository Path**: mirrors_mikeal/slack-auto-export ## Basic Information - **Project Name**: slack-auto-export - **Description**: Automatically export your Slack team's whole history - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-08 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # slack-auto-export A simple library, and command-line tool, to export your team's entire history using Slack's API. All you need is a token. `slack-auto-export` performs the function as Slack's web export service; only better because this is programmatic and can be automated for a rolling history archive. ## Usage ```bash git clone git@github.com:hfaran/slack-auto-export.git cd slack-auto-export ``` ### Command-Line Tool ```bash pip install -r requirements.txt ./slack_auto_export.py --help ./slack_auto_export.py -t your-api-token -o /path/to/output/dir ```