Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alan-null/slackbackup
https://github.com/alan-null/slackbackup
backup console-application csharp json slack slack-backup
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alan-null/slackbackup
- Owner: alan-null
- Created: 2019-10-18T14:38:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T19:33:28.000Z (4 months ago)
- Last Synced: 2024-10-12T21:04:58.025Z (3 months ago)
- Topics: backup, console-application, csharp, json, slack, slack-backup
- Language: C#
- Size: 79.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SlackBackup
**SlackBackup** is a console application used to create/update backup of slack workspace (channels with messages)
# Usage
### Example configuration
```json
{
"Token": "HIDDEN",
"Folder": "D:\\alan-null"
}
```### Executing
```
SlackBackup.exe slack-alan-null.json
```