Skip to content

Instantly share code, notes, and snippets.

View Zulux91's full-sized avatar

Zulux91 Zulux91

  • Mexico
View GitHub Profile
@Zulux91
Zulux91 / reddit ripper
Created March 26, 2018 17:03
A simple python script for ripping in a .txt file every entry in a subreddit.
#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