Dump slack history using Slack Conversation API. Only channels to which you belong are dumped. Replies are also dumped.
- Python3
- requests
- lxml
- Obtain a legacy token of Slack API from here.
- Move to a convenient directory.
python /path/to/slackdump.py -t your_token channel_name1 channel_name2 ...
Set * as channel_name for dump all channels you belong to.
users.jsonandchannels.jsonwill be generated in the current directory.python /path/to/generate_html.pyfor generating html.
result.htmlwill be generated.
MIT