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

Changing the URL? #108

Closed zwartsy closed 4 years ago

zwartsy commented 4 years ago

Just can't work out how to change the URL from Localhost. (New to python and dev work) Thanks in advance.

hfaran commented 4 years ago

slack-export-viewer --help

You're looking for the -I/--ip option.

hfaran commented 4 years ago

1) That's not how command-line arguments work. Use -I 10.100.1.192. 2) You didn't specify an archive, that's why you're getting the error; if you don't point to an archive, what do you expect to be displayed? Please read the README.

zwartsy commented 4 years ago
  1. Thanks thats an easy fix
  2. See below, it currently does have an archive and works with localhost:5000 image
zwartsy commented 4 years ago

Got there my self thanks mate. See below, I edited the main.py for the slack archive as per bellow.

image