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

Upload zip to server #64

Open tscritch opened 6 years ago

tscritch commented 6 years ago

Change Reader object to store all of the data instead of returning it from the compile functions Change app routes to use reader values Add upload view to upload a zip file Some tech debt:

tscritch commented 6 years ago

Hey @hfaran just mostly wanted to show you what I worked on. I had to get this out this week for my work. I can fix all of this stuff. What do you think about the implementation?

hfaran commented 6 years ago

Hey @hfaran just mostly wanted to show you what I worked on. I had to get this out this week for my work. I can fix all of this stuff. What do you think about the implementation?

Well, as long as:

implementation looks fine to me. :+1: 😄