hfaran / slack-export-viewer

A Slack Export archive viewer that allows you to easily view and share your Slack team's export
https://pypi.python.org/pypi/slack-export-viewer
MIT License
939 stars 194 forks source link

Making it server ready #62

Open tscritch opened 6 years ago

tscritch commented 6 years ago

I want to make this deployable to a server so you can upload a zip and view the export. @hfaran can you recommend a good way go about this?

Update: I was able to easily make a view to upload and extract and separate that functionality from the CLI. Just working with gunicorn and docker now for a deployment.