This directory contains scripts and helper tools that has been contributed to this project. See the catalogue for a list of the available tools.
For more information on how to contribute, see the contributing.
- Author: @fitzyjoe
- Path: messages_json_parsing/jq/find_matches_print_dates_and_text.sh
- Description: Finds messages that match a regex and prints the date and text.
- Author: @rusq
- Path: messages_json_parsing/jq/print_messages.sh
- Description: Prints user ID and a message
- Author: @rusq
- Path: messages_json_parsing/python/print_messages.py
- Description: Prints user ID and a message
- Author: @levigroker
- Path: incremental_backup/dump.sh
- Source: link
- Description: Dumps messages and attachments for selected 1-1 direct messages, and selected named channels and group PMs, from the authenticated Slack workspace. Subsequent runs will fetch only the new content since the previous run.
If you have a script or tool that you think would be useful to others, please consider contributing it to this project. To do so, please follow these steps:
- Fork the project;
- Add your script or tool to the
contrib
directory; - Add the tool description to the
catalogue.yaml
file; - Submit a pull request.