Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pathoschild/slackarchivesearch
A Windows console app which parses and searches an exported Slack archive.
https://github.com/pathoschild/slackarchivesearch
Last synced: 14 days ago
JSON representation
A Windows console app which parses and searches an exported Slack archive.
- Host: GitHub
- URL: https://github.com/pathoschild/slackarchivesearch
- Owner: Pathoschild
- License: mit
- Created: 2015-10-22T18:49:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T23:30:37.000Z (over 2 years ago)
- Last Synced: 2024-10-27T22:46:48.565Z (2 months ago)
- Language: C#
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
*Slack archive search* is a simple console app that parses a [Slack archive export](https://my.slack.com/services/export),
and interactively searches messages.## Usage
1. Locate your exported Slack data:
![locate archive](https://raw.github.com/Pathoschild/SlackArchiveSearch/master/screenshots/search-1.png)
2. Enter your search term:
![enter search](https://raw.github.com/Pathoschild/SlackArchiveSearch/master/screenshots/search-2.png)
3. Paginate through the matching messages. All times will be shown in your current timezone.
![view matches](https://raw.github.com/Pathoschild/SlackArchiveSearch/master/screenshots/search-3.png)