adriancast / Scrapyd-Django-Template

Basic setup to run ScrapyD + Django and save it in Django Models. You can be up and running in just a few minutes
126 stars 42 forks source link

scrapyd cant find spider #28

Closed oktayozkan0 closed 1 year ago

oktayozkan0 commented 1 year ago

i guess this repo is dead but anyways i will try to getting help.

when i send a post request to: http://127.0.0.1:6800/schedule.json?project=scrapy_app&spider=toscrape-css

response is:

{
    "status": "error",
    "message": "spider 'toscrape-css' not found"
}

i did a research and i found people talks about "eggifying" but there is no enough information about that in documentation in this repo. how can i solve this issue?

adriancast commented 1 year ago

Hello @oktayozkan0,

you can find a detailed guide of how to use this in #1 . Hopefully you are able to follow the guide and run the code 👍🏼

adriancast commented 1 year ago

I am going to close the issue, if you are not able to run the code with the guide from #1 feel free to reopen the issue!