Metadata-Version: 2.1
Name: slack-backup-python
Version: 1.3
Summary: Tool to backup slack conversations.
Home-page: https://github.com/ganesh-4212/slack-backup-python
Author: Ganesh Poojary
License: UNKNOWN
Description: # slack-backup-python
        Exporting slack channels, conversation using Web API
        
        pip3 install requests
        
        ```python3 backup.py --token 'xoxp-8910951619-266447157124-433342496065-687a1ceaea9046688ff28bde02bada5c' --outDir './out'```
        
        Params :
            --token : Slack API access token<br/>
            --outDir : output Directory
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
