Coder Social home page Coder Social logo

zensheets's Introduction

Zensheets

A module for exporting Zendesk search queries to spreadsheets. The long-term goal for the project is to easily pull and format Zendesk tickets, based on a search query, and transform the data into interactive spreadsheets, custom dashboards, etc.

Requirements

pygsheets v pandas v

Usage

You need to store two config files in root, 'config.ini' and 'presets.ini'. 'config.ini' contains your Zendesk domain, base64 encrypted API key, and GSheets service file. 'presets.ini' contains your labeled preset queries, for easy repeating. These files are formatted as follows:

config.ini

#config.ini
[zendesk]
Domain = "yourzendeskdomain"
Credentials = "youremailandzendeskapib64encrypted"

[gsheets]
ServiceFile = "./path/to/gsheetsservicefile.json"

presets.ini

#presets.ini
[DEFAULT]
SortBy = "created_at"
SortOrder = "desc"
OutPage = 0
Period = "W"

[billing_paypal]
SheetName = "Gsheets Test v1.33.7"
Tags = "paypal"
Form = "Billing"

From there, you simply

python run.py name_of_preset
 and the target SheetName will be updated based on your preferences.

Limitations

Functionality is continually being added to this module to support more use-cases. Currently, the following features are of the highest priority for implementation:

  • Dynamic Field Input
  • Preset and Dynamic Field Output

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.