"""Run Social Collectors.""" import os import sys if __name__ == '__main__': path = 'dist/ows_social_analytics-0.1-py3.4.egg' sys.path.append(path) if os.path.exists(path): from social_analytics.tasks import collectors collectors.collect_facts()