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

Refactor archive and fix archive errors #60

Closed tscritch closed 6 years ago

tscritch commented 6 years ago

Should resolve #48 and #58

hfaran commented 6 years ago

0.5.0 released

depperson commented 6 years ago

pip only shows up to version 0.4.2, can you release a newer version to pip?

edit: apparently pip can pull from git, cool! pip install git+https://github.com/hfaran/slack-export-viewer.git@master

hfaran commented 6 years ago

@depperson Not sure where you're looking; 0.6.0 is the latest version available on pypi: https://pypi.org/project/slack-export-viewer/0.6.0/#history

depperson commented 6 years ago

Weird. I can see 0.6.0 on my laptop but inside my docker container I can only see up to 0.4.2. I even upgraded pip inside the container to no avail. I'll just point pip at github until I figure out the cause. Thanks!