This file contains hidden or 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 Python Reddit API Wrapper | |
import praw | |
#Import time to get the latest time | |
import time | |
#datetime to do unix/readable translations | |
import datetime | |
#We use this for making files and folders | |
import os | |
#main code |