MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / get_scraper

Method get_scraper

botasaurus_server/botasaurus_server/server.py:304–305  ·  view source on GitHub ↗
(self, scraper_name)

Source from the content-addressed store, hash-verified

302 return list(self.scrapers.keys())
303
304 def get_scraper(self, scraper_name):
305 return self.scrapers[scraper_name]
306
307 def get_browser_scrapers(self):
308 return [

Callers 5

update_cacheMethod · 0.95
create_async_taskFunction · 0.80
execute_sync_taskFunction · 0.80
execute_sync_tasksFunction · 0.80
validate_scraper_nameFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected