#!python
import os
os.environ['SCRAPY_SETTINGS_MODULE'] = 'slybot.settings'

from scrapy.cmdline import execute
execute()
