Skip to content

Instantly share code, notes, and snippets.

View samsav's full-sized avatar

Sampo Savolainen samsav

  • Eugene, OR
View GitHub Profile
@samsav
samsav / zendesk_analysis.py
Last active December 22, 2023 06:17
Scripts for downloading and analyzing Zendesk Help Center contents
"""
Script for analyzing Zendesk Help Center articles
Extracts the following statistics from article body content:
- word count
- average sentence length
- number of sentences that are too long (as defined by the LONG_SENT_LIMIT
parameter)
- readability scores (Flesch Reading Ease and Automated Readability Index)