Export messages from slack to textfiles.
- Python 2.7
- Python slack client - install via pip:
pip install slackclient
- Get a legacy slack token
- Specify your slack token
slack_token
- Set conversations you want to export in call to
get_conversations()
- to export all, specifyall_conversations
- Specify channel to export as first argument to the program