MCPcopy
hub / github.com/scrapy/scrapy / main

Function main

tests/AsyncCrawlerRunner/no_reactor.py:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15
16async def main() -> None:
17 configure_logging()
18 runner = AsyncCrawlerRunner()
19 await runner.crawl(NoRequestsSpider)
20
21
22asyncio.run(main())

Callers 1

no_reactor.pyFile · 0.70

Calls 3

crawlMethod · 0.95
configure_loggingFunction · 0.90
AsyncCrawlerRunnerClass · 0.90

Tested by

no test coverage detected