from scrapy.spider import Spider class ProjectSpider(Spider): name = 'project-website.com' rotate_user_agent = True