Here is a bunch of content.
llers += [MlsListingsPuller]
#pullers += [SoCalPuller]
#pullers += [IndianapolisPuller]
#pullers += [MRMLSPuller]
#pullers += [MARISPuller]
#pullers += [FresnoPuller]
#pullers += [NWIPuller]
#pullers += [NorthCarolinaPuller]
#pullers += [OuterBanksPuller]
#pullers += [TucsonPuller]
#pullers += [OuterBanksPuller]
#pullers += [TucsonPuller]
pullers += [GreenvillePuller]
#pullers += [MyrtleBeachPuller]
def get_inc(c):
#try:
p = c()
#p.get_daily_dump()
#p.verify_active_properties()
#p.get_incremental_property_dump()
#p.get_full_property_dump()
#p.get_daily_dump()
p.get_full_image_dump()
#p.get_incremental_image_dump()
#except Exception, e:
# print "EXCEPTION!: %s" % e
if __name__ == '__main__':
# print "running mongodump"
# print commands.getstatusoutput('/home/kevin/src/mongodb-linux-x86_64-1.3.0/bin/mongodump -o /home/kevin/autodump/')
#pool = Pool(processes=3)
#result = pool.map_async(get_inc,pullers)
map(get_inc,pullers)
#result = map(get_inc,pullers)
# try:
#print result.get(timeout=60*60*12)