Skip to content

wxsd-sales/cdr-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDR Download

Download CDRs from your org as local .csv files

Setup

Prerequisites & Dependencies:

  • Developed on MacOS Sequoia (15.3)
  • Developed on Python 3.8.1 & 3.8.3
  • Other OS and Python versions may work but have not been tested

Installation Steps:

  1. Create a Service App: https://developer.webex.com/my-apps/new With the scope: spark-admin:calling_cdr_read The App will need to be approved in Control Hub, then a token can be generated using the client_secret

  2. Python 3 required

  3. Clone this repository
    Alternatively, you can download the files cdr_puller.pyand example.env

  4. pip install -r requirements.txt
    or manually install each requirement:
    pip install python-dotenv
    pip install requests

  5. Populate the CLIENT_ID, CLIENT_SECRET and REFRESH_TOKEN with Service App values between the double quotes of each respective line in the file example.env

  6. Rename the file example.env to .env

License

All contents are licensed under the MIT license. Please see license for details.

Disclaimer

Everything included is for demo and Proof of Concept purposes only. Use of the site is solely at your own risk. This site may contain links to third party content, which we do not warrant, endorse, or assume liability for. These demos are for Cisco Webex usecases, but are not Official Cisco Webex Branded demos.

Support

Please contact the Webex SD team at [email protected] for questions. Or for Cisco internal, reach out to us on Webex App via our bot [email protected] & choose "Engagement Type: API/SDK Proof of Concept Integration Development".

About

Download CDRs for the org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages