[console_scripts]
graph-crawler = graph_crawler.api.cli:main

[graph_crawler.plugins.engine]
anti_bot_stealth = graph_crawler.extensions.plugins.engine.anti_bot_stealth:AntiBotStealthPlugin
captcha_solver = graph_crawler.extensions.plugins.engine.captcha.plugin:CaptchaSolverPlugin

[graph_crawler.plugins.node]
link_extractor = graph_crawler.extensions.plugins.node.links:LinkExtractorPlugin
metadata_extractor = graph_crawler.extensions.plugins.node.metadata:MetadataExtractorPlugin
text_extractor = graph_crawler.extensions.plugins.node.text:TextExtractorPlugin
