This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#---------------------------------------------------------------# | |
# This script manually goes through youtube and collects all # | |
# of your viewing history into a convenient text file. This # | |
# might take about 30min to an hour, depending on your # | |
# computer's RAM, processing speed, and internet connection. # | |
# Note that this program requires the splinter module to work. # | |
# Run 'pip install splinter' to get it. # | |
#---------------------------------------------------------------# | |
print "Making sure you're not using python 3..." | |
from splinter import Browser |