コード例 #1
0
ファイル: poetry.py プロジェクト: nrharris/PoetryInMotion
def redditSub(sub):
	from reddit.worker import Reddit
	r = Reddit()
	r.subredditComments(sub)
コード例 #2
0
ファイル: poetry.py プロジェクト: nrharris/PoetryInMotion
def redditAll():
	from reddit.worker import Reddit
	r = Reddit()
	r.allComments()