{"id":19694819,"url":"https://github.com/pawlovskiii/technical-platform-support-analyst","last_synced_at":"2026-05-05T10:34:48.873Z","repository":{"id":109748607,"uuid":"569728088","full_name":"pawlovskiii/Technical-Platform-Support-Analyst","owner":"pawlovskiii","description":"Use Freshdesk’s API documentation to build API calls to extract the following information:      1. CSAT score for today     2. All tickets resolved today","archived":false,"fork":false,"pushed_at":"2022-11-30T18:31:32.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T09:24:04.003Z","etag":null,"topics":["freshdesk-api","javascript","json","python","requests","type-hints","unirest"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pawlovskiii.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-23T13:34:43.000Z","updated_at":"2022-11-30T18:33:14.000Z","dependencies_parsed_at":"2023-04-11T07:49:34.637Z","dependency_job_id":null,"html_url":"https://github.com/pawlovskiii/Technical-Platform-Support-Analyst","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawlovskiii%2FTechnical-Platform-Support-Analyst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawlovskiii%2FTechnical-Platform-Support-Analyst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawlovskiii%2FTechnical-Platform-Support-Analyst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawlovskiii%2FTechnical-Platform-Support-Analyst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pawlovskiii","download_url":"https://codeload.github.com/pawlovskiii/Technical-Platform-Support-Analyst/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241005499,"owners_count":19892797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["freshdesk-api","javascript","json","python","requests","type-hints","unirest"],"created_at":"2024-11-11T19:24:43.073Z","updated_at":"2026-05-05T10:34:48.838Z","avatar_url":"https://github.com/pawlovskiii.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Recruitment Assignment - Technical Platform Support Analyst\n\n## Table of contents\n\n- [General info](#general-info)\n- [Setup](#setup)\n  - [Installing dependencies](#installing-dependencies)\n  - [Run the project](#run-the-project)\n\n## General info\n\nYour manager asked you to analyze some reporting data coming from Freshdesk ticketing system.\nPlease use Freshdesk’s API documentation to build API calls to extract the following information:\n\n- CSAT score for today\n- All tickets resolved today\n\nAdditionally, in the interview, I was supposed to solve an algorithm problem with a provided list of dictionaries (Python) or objects (JavaScript). I decided to extend the current repository to involve solutions both in Python and JS. I placed it in the **interview_algo_solved** folder. In the [Run the project](#run-the-project) I explained how to run these files with solutions. \n\n## Setup\n\nThese are the crucial steps to configuring and running the project. I provided solutions within Python and JavaScript.\nTo clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer.\n\n```bash\n# Clone this repository\n$ git clone https://github.com/pawlovskiii/Technical-Platform-Support-Analyst\n\n# Go into the repository\n$ cd Technical-Platform-Support-Analyst\n```\n\n### Installing dependencies\n\n```bash\n# To download all the necessary Python packages needed for the project\n$ pip install -r requirements.txt\n\n# Install dependencies for the JavaScript version\n$ npm install\n```\n\n### Run the project\n\nTo run the Python version type the below commands in order:\n\n```bash\n$ cd py_version\n\n$ python main.py\n```\n\nTo run the JavaScript version type the below commands in order:\n\n```bash\n$ cd js_version\n\n$ node main.js\n```\n\nTo run the Python version of the algorithm task provided in the interview type the below commands in order:\n\n```bash\n$ cd interview_algo_solved\n\n$ python pyVersion.py\n```\n\nTo run the JavaScript version of the algorithm task provided in the interview type the below commands in order:\n\n```bash\n$ cd interview_algo_solved\n\n$ node jsVersion.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpawlovskiii%2Ftechnical-platform-support-analyst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpawlovskiii%2Ftechnical-platform-support-analyst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpawlovskiii%2Ftechnical-platform-support-analyst/lists"}