Closed tscritch closed 6 years ago
0.5.0 released
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
@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
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!
Refactored the archive file into two seperate files: archive.py and reader.py
Reader is a class that can read all of the data from the json files and make it usefull for the view of the app
Reader class stores all of the empty directories of dms and gets the list on every startup of the app
Should resolve #48 and #58