def main(): from scrapy.crawler import CrawlerProcess, Crawler process = CrawlerProcess() process.crawl(EducatieSpider) process.start()