Skip to main content

A small zendesk export tool

Project description

zendesk_exporter

Exports data from Zendesk API to excel or csv

Install

  1. Open a command prompt and run

    sudo easy_install pip

    pip is a tool that lets python developers share code.

  2. Now, run

    pip install zendesk_exporter

    This installs the exporter to your computer

  3. Now, run

    zendesk_exporter job_file.json

    job_file.json is a file that the program needs to be able to find. job_file.json should look like this:

{
    "domain_name": "XXX",
    "email": "XXX",
    "api_key": "XXX",
    "start_date": "2018-06-27",
    "end_date": "2018-06-30",
    "fetch_comments": true,
    "output_file_name": "last_6_months",
    "output_file_type": "csv",
    "fetch_all_ticket_data": false
}

You can change the parameters in this file to change how the program behaves.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zendesk_exporter-0.0.32.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

zendesk_exporter-0.0.32-py2-none-any.whl (4.2 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page