Search code examples
pythonpython-3.xscrapy

Rename scrapy project


I couldn't find much information on this. I want to rename my Scrapy project, spiders made, JSONs created but want to change the name to something meaningful without messing anything up.

A solution through the terminal would also be appreciated.


Solution

  • As of right now there is no command that changes the project name from the command line. I would just rename it in your file explorer, it shouldn't mess with your spiders.