Esempio n. 1
0
def redditSub(sub):
	from reddit.worker import Reddit
	r = Reddit()
	r.subredditComments(sub)
Esempio n. 2
0
def redditAll():
	from reddit.worker import Reddit
	r = Reddit()
	r.allComments()