Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 650 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 650 Bytes

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