lawrence501 / zendesk_coding_challenge

21/7/2017 coding challenge (ticket viewer)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Internship Coding Challenge - Zendesk Ticket Viewer

OS Note

This program was written and tested on Windows 10. It has not been tested for any other operating system, so please run it on Windows 10. All instructions below are for Windows

Getting started

To run this program, you need to have the following programs installed:

  • Python 3.6.2. If you do not have it installed, follow these instructions to do so. You can download Python 3.6.2 here.
  • requests: Recommended install with pip3.exe (comes with any version of python 3.4+) via 'pip3.exe install requests'

To start the program, open the terminal in the folder that contains Main.py and enter the following command: {path to your installation of python 3.6.2}\python.exe Main.py

Running unit tests

To run the unit tests, open the terminal in the folder that contains tests.py and enter the following command: {path to your installation of python 3.6.2}\python.exe tests.py

About

21/7/2017 coding challenge (ticket viewer)


Languages

Language:Python 100.0%