Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_cache
Method · 0.95
create_async_task
Function · 0.80
execute_sync_task
Function · 0.80
execute_sync_tasks
Function · 0.80
validate_scraper_name
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected