h4t0n / instagram-scraper

Some scrapy spiders useful to crawl instagram posts using public APIS (No TOKEN)
GNU General Public License v3.0
143 stars 57 forks source link

Importing a scrapy project? #4

Closed vishalvsparrow closed 6 years ago

vishalvsparrow commented 6 years ago

I am new to Scrapy, and ran into an error where the command "crawl" was not found. Turns out that I had to create a project first with a .cfg file

The work-around for this that I used was to run a self-contained spider using the command scrapy runspider hashtag.py after renaming the parent directory to "scrapy_instagram"

What would be a correct way to import a scrapy project ?

h4t0n commented 6 years ago

Duplicate of #2