Skip to content

hamzamemon/Twitchtistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitchtistics

Visualizing view count for Twitch videos

This project is run on Flask, which creates a simple webpage allowing to submit the name of the streamer. After submitting, a chart (source for the graph can be found here), is brought up that plots each of the user's videos with their view count.

Code

  • app.py: runs the Flask app
  • twitch.py: connects to the Twitch API
  • requirements.txt: the required packages
  • templates/d3.html: d3.js code to display the chart
  • templates/form.html: basic form to query Twitch API