Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hfaran/slack-auto-export
Automatically export your Slack team's whole history
https://github.com/hfaran/slack-auto-export
Last synced: 2 months ago
JSON representation
Automatically export your Slack team's whole history
- Host: GitHub
- URL: https://github.com/hfaran/slack-auto-export
- Owner: hfaran
- License: mit
- Created: 2016-02-28T08:56:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T19:23:58.000Z (almost 7 years ago)
- Last Synced: 2024-11-02T13:42:21.312Z (2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 32
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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 [email protected]: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
```