Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

freaktechnik/extension-insights-graphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

extension-insights-graphs

Simple fully client-side line-chart generator for Twitch Extension Insight CSV files

Uses d3js to parse and draw lines based on the data in the CSV. Ignores the trailing 0 lines when an extension doesn't have a year's worth of data yet.

Why do I have to manually download the CSV

Because JS is not allowed to load the CSV's content in your browser. Which makes sense, so you have to download the CSV and can then select it to generate the graphs from.

Where do the calculated stats come from

Installed Channels is calculated from the daily installs and uninstalls. Linked Accounts is calculated from daily unique identity links and unlinks. These numbers only account for the data present in the CSV, so if the extension has existed for longer than the stats in the CSV contain, a base amount of things is missing.

The Currently live channels number comes from going through all pages of the live channels with the extension activated endpoint. The request are made with the extension's client ID.

About

SImple line-chart generator for Twitch Extension Insight CSV files

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published