Sample application to export chat transcripts (in bulk) from a SocialMiner server
This sample does the following:
- Invokes a
/search
REST API request on a Cisco SocialMiner server for all handled chat contacts - Processes the response from the server, and extracts chat transcript data
- Exports transcript for each chat session into a separate text file (with additional metadata)
- Archives all the exported transcripts into a ZIP file
- Cisco SocialMiner server
- Client machine with Python 2.7+ in the system/user
PATH
python bulk-transcript-downloader.py --host <HOST_ADDRESS> --user <ADMIN_USERNAME> --password <ADMIN_PASSWORD>
where
HOST_ADDRESS = IP address/hostname of the SocialMiner server
ADMIN_USERNAME = login id of the application administrator account of the SocialMiner server
ADMIN_PASSWORD = login password of the application administrator account of the SocialMiner server