sebseager / slack-exporter

A Slack bot for exporting content from public and private channels.
GNU General Public License v3.0
125 stars 35 forks source link

Update exporter.py #24

Open kang952175 opened 8 months ago

kang952175 commented 8 months ago

There are cases where the existing --files command receives all the files and you want to download only the files from a specific channel, but that was not implemented. So I fixed it so that only the files from a specific channel are downloaded when using the --ch command. The modified exporter is exporterVer2.py.