Alright, let's talk data. I've been away for a bit helping out with family stuff but this election is too important not to get involved so that I can at least help fellow data scientists get access to important data.
Currently I have over 62 million Youtube channel metadata objects (stats / info for each channel). This constitutes all the major channels on Youtube all the way down to channels that may only have a few dozen followers.
I found out some "hacks" on how to grab comments from any time period on Youtube even though their API doesn't support grabbing by time. I found another way to do it that is just as good as using since / until parameters (if they existed).
I've grabbed 10 billion comments so far from the top one million channels going back in time. Goal will be to take all of this data and put it into Elasticsearch and create an API so data scientists can create a network mapping of user interactions, etc.