grundleborg / slack-advanced-exporter

A tool for exporting additional data from Slack that is missing from the official data export.
MIT License
97 stars 19 forks source link

Add support for fetching private channels #34

Open wetneb opened 2 months ago

wetneb commented 2 months ago

Fixes #32.

Largely inspired from #31, which would be really worth merging I would say :)

Also the code could likely be made more compact as there is quite some duplication, but I don't know Golang very well. Improvements welcome!