Open Amain opened 6 years ago
The following issues (including their workarounds) solve this usability problem partly:
After intensive reverse engineering I'm starting to figure out how this thing operates. It's easy to see that this framework is well thought through and can make life easier. Which is the the main purpose of frameworks.
Though documentation is lacking at the moment. Especially the flow of things, the relation between projects, crawlers methods, tasks, main configuration options like age=. Though it's all relatively simple, it takes to much time to figure out. You could improve there.
Having said that, thanks again for your time in the framework. I'm using it actively now.
Thank you for creating pyspider. This is more a documentation request I suppose. I figured out how to crawl a site; following multiple page and links on pages using multiple self.crawl statements. I figured out how to create my own result worker, which, I intend to use, to send results to a database.
How can I test / debug this result worker?
When in "edit" mode, pressing run and following to one final result does not trigger the on_result call in my own worker.
From the "project overview" mode, when clicking run there, nothing happens as well.
I'm sure the worker is running, for debugging I added:
Thanks in advance...