Metadata-Version: 2.1
Name: slack-backup-python
Version: 1.4
Summary: Tool to backup slack conversations.
Home-page: https://github.com/ganesh-4212/slack-backup-python
Author: Ganesh Poojary
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: Click
Requires-Dist: requests

# slack-backup-python
Exporting slack channels, conversation using Web API

pipenv install requests
pipenv install click

to install all dependency 
pipenv install 

```python3 backup.py --token 'xoxp-8910951619-266447157124-433342496065-687a1ceaea9046688ff28bde02bada5c' --outDir './out'```

Params :
    --token : Slack API access token<br/>
    --outDir : output Directory


