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.
app.py
: runs the Flask apptwitch.py
: connects to the Twitch APIrequirements.txt
: the required packagestemplates/d3.html
: d3.js code to display the charttemplates/form.html
: basic form to query Twitch API