https://github.com/powershelllibrary/slack.backup
PowerShell module to make Slack history backup
https://github.com/powershelllibrary/slack.backup
Last synced: 7 months ago
JSON representation
PowerShell module to make Slack history backup
- Host: GitHub
- URL: https://github.com/powershelllibrary/slack.backup
- Owner: PowerShellLibrary
- License: mit
- Created: 2022-10-16T14:37:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-09T09:17:01.000Z (7 months ago)
- Last Synced: 2025-06-14T09:05:27.900Z (7 months ago)
- Language: PowerShell
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Slack.Backup
[](https://www.powershellgallery.com/packages/Slack.Backup)
[](LICENSE)
This is a PowerShell module for doing slack history backups.
# Installation
Module is available on [Powershell Gallery][gallery]
### Install
```powershell
Install-Module -Name Slack.Backup
```
### Import
```powershell
Import-Module Slack.Backup
```
# Usage
```powershell
Test-Auth -Token "[YOUR_SLACK_API_TOKEN]"
True
```
[gallery]: https://www.powershellgallery.com/packages/Slack.Backup