mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-13 12:05:54 +00:00
11 lines
236 B
Bash
11 lines
236 B
Bash
#!/usr/bin/env bash
|
|
|
|
unstructured-ingest \
|
|
slack \
|
|
--channels 12345678 \
|
|
--token 12345678 \
|
|
--download-dir slack-ingest-download \
|
|
--output-dir slack-ingest-output \
|
|
--start-date 2023-04-01T01:00:00-08:00 \
|
|
--end-date 2023-04-02
|