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
import pafy #Docs: http://pythonhosted.org/pafy/ | |
import praw | |
import urllib.parse | |
import credentials | |
import time | |
#Read and Write Files Doc: https://www.tutorialspoint.com/python3/python_files_io.htm | |
def load_cache_on_startup(): #loads cached comments on startup in the list | |
try: |
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
import pafy #Docs: http://pythonhosted.org/pafy/ | |
import praw | |
import urllib.parse | |
import credentials | |
import time | |
#Read and Write Files Doc: https://www.tutorialspoint.com/python3/python_files_io.htm | |
def load_cache_on_startup(): #loads cached comments on startup in the list | |
try: |