Skip to content

Instantly share code, notes, and snippets.

@shtuffit
shtuffit / combine_multireddits.py
Created September 9, 2015 06:55
python/praw script to combine multiple multireddits into one
#!/usr/bin/python
import sys
import praw
def helper(msg=None):
if msg:
print msg
print './combine_multireddits.py <target_multi> <username>_<multi> [<username>_<multi>, <username>_<multi>, ...]'
#
# templatetags/kwacros.py - Support for macros in Django templates
#
# Based on snippet by
# Author: Michal Ludvig <michal@logix.cz>
# http://www.logix.cz/michal
#
# modified for args and kwargs by Skylar Saveland http://skyl.org
#