Skip to content

Better main loop (in Scrapy?) #8

@gingerbeardman

Description

@gingerbeardman

Currently the main loop runs in a shell script, a file of URLs is consumed by a loop that runs Scrapy once per URL.

A better approach, which I failed to get working, would be to run scrape once and manage the loop and consumption of URLs in there. This should increase performance/speed considerably.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is neededperformancePerformance bottlenecks

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions