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
908 stars 192 forks source link

Deploying to a server (Heroku) #132

Open aadilsomani opened 3 years ago

aadilsomani commented 3 years ago

Hey, I was having some trouble figuring out how to deploy this flask app to a server, if anyone has ever done it, I would love some help as to what the contents of the Procfile should be and if/how the scripts should be managed to run. I saw someone managed to get the app working on a server along with being able to upload zips, however I couldn't even get it on a simple Heroku server.

Could really use some help. Thanks!

Edit: It seems that whatever I do, I end up coming across this error:

AttributeError: 'LocalStack' object has no attribute 'channels'

stevewithey commented 3 years ago

Also keen to figure this out, will experiment today and see if I can figure it out

merobi-hub commented 8 months ago

@stevewithey @aadilsomani (or anyone else): have you had any luck deploying it?