MCPcopy Create free account

hub / github.com/omkarcloud/botasaurus / functions

Functions1,906 in github.com/omkarcloud/botasaurus

↓ 1 callersFunctionstop_service
Stops a systemd service. Args: service_name (str): Name of the service (with .service extension)
bota/src/bota/vm.py:618
↓ 1 callersMethodstreamChildToParentResults
* Streams child task results to parent task file (without loading into memory). * Updates parent's result_count and is_large in the DB.
js/botasaurus-server-js/src/task-helper.ts:808
↓ 1 callersMethodstreamTaskToTask
* Streams content from one task file to another (append mode). * Returns the number of items streamed.
js/botasaurus-server-js/src/task-results.ts:203
↓ 1 callersFunctionsub_at_end
(apache_conf, root_path, api_target)
bota/src/bota/apache_utils.py:32
↓ 1 callersFunctionsub_at_start
(apache_conf, root_path, api_target)
bota/src/bota/apache_utils.py:24
↓ 1 callersFunctiontask
(options: TaskOptions<I>)
js/botasaurus-js/src/task.ts:237
↓ 1 callersFunctiontaskQueue
(options: TaskOptions<I>& { sequential?: boolean, skipDuplicateInput?: boolean })
js/botasaurus-js/src/task.ts:301
↓ 1 callersFunctiontest
(driver: Driver, data)
botasaurus_humancursor/test.py:5
↓ 1 callersFunctiontest_browserscan_bot_detection
Tests against BrowserScan's bot detection system. Visits BrowserScan's bot detection demo page.
bot_detection_tests.py:3
↓ 1 callersFunctiontest_cloudflare_turnstile
Tests bypassing Cloudflare Turnstile CAPTCHA. Visits a demo page with Cloudflare Turnstile implementation.
bot_detection_tests.py:36
↓ 1 callersFunctiontest_cloudflare_waf
Tests bypassing Cloudflare Web Application Firewall (WAF). Visits a demo page protected by Cloudflare WAF.
bot_detection_tests.py:47
↓ 1 callersFunctiontest_datadome_bot_detection
Tests against Datadome's bot detection system. Visits a demo page protected by Datadome.
bot_detection_tests.py:25
↓ 1 callersFunctiontest_fingerprint_bot_detection
Tests against Fingerprint's bot detection system. Visits Fingerprint's bot detection product page.
bot_detection_tests.py:14
↓ 1 callersFunctiontimeToHumanReadable
(seconds:number|null)
js/botasaurus-server-js/src/routes-db-logic.ts:1695
↓ 1 callersMethodto_json
(self)
botasaurus_server/botasaurus_server/filters.py:28
↓ 1 callersFunctiontransformRecords
(results: any[], targetFields: (Field | CustomField | ExpandDictField | ExpandListField)[])
js/botasaurus-server-js/src/views.ts:264
↓ 1 callersFunctiontransformRecordsInPlace
(results: any[], targetFields: (Field | CustomField | ExpandDictField | ExpandListField)[])
js/botasaurus-server-js/src/views.ts:274
↓ 1 callersMethodtween_points
Modifies points by tween
botasaurus_humancursor/src/botasaurus_humancursor/human_curve_generator.py:125
↓ 1 callersFunctionuninstall_desktop_app_in_vm
Uninstalls a desktop app from the VM. Args: debian_installer_url (str, optional): URL to the debian installer packa
bota/src/bota/vm.py:879
↓ 1 callersFunctionunique_keys
(all_urls)
botasaurus/links.py:30
↓ 1 callersFunctionunlinkAsync
(filePath)
js/botasaurus-js/minify-script.js:82
↓ 1 callersFunctionunlinkAsync
(filePath)
js/botasaurus-server-js/minify-script.js:82
↓ 1 callersFunctionunlinkAsync
(filePath)
botasaurus-controls/minify-script.js:80
↓ 1 callersMethodupdateCache
(scraperName: string)
js/botasaurus-server-js/src/server.ts:235
↓ 1 callersMethodupdateParentTaskResults
(parentId: number, result: any[], is_already_large:boolean)
js/botasaurus-server-js/src/task-helper.ts:779
↓ 1 callersMethodupdateParentTaskStreaming
* Updates parent task by streaming child results (without loading into memory).
js/botasaurus-server-js/src/task-executor.ts:662
↓ 1 callersMethodupdateTaskByQuery
(query: any, data: any)
js/botasaurus-server-js/src/task-helper.ts:622
↓ 1 callersMethodupdate_cache
(self, scraper_name)
botasaurus_server/botasaurus_server/server.py:124
↓ 1 callersMethodupdate_parent_task_results
(parent_id, result)
botasaurus_server/botasaurus_server/task_helper.py:208
↓ 1 callersFunctionupdate_section_controls
(file_path)
botasaurus-controls/fix.py:1
↓ 1 callersMethodvalidate
(data: any)
botasaurus-controls/src/index.ts:936
↓ 1 callersFunctionvalidateDirectCallRequest
(scraperName:string, data:any)
js/botasaurus-server-js/src/validation.ts:160
↓ 1 callersFunctionvalidateDownloadParams
(jsonData: any, allowedSorts: string[], allowedViews: string[], defaultSort: string)
js/botasaurus-server-js/src/validation.ts:273
↓ 1 callersFunctionvalidateInProgressTaskIds
(inProgressTaskIds: any)
js/botasaurus-server-js/src/validation.ts:459
↓ 1 callersMethodvalidateRateLimit
()
js/botasaurus-server-js/src/server.ts:506
↓ 1 callersFunctionvalidateScraperNameParam
(scraperName: string | undefined)
js/botasaurus-server-js/src/validation.ts:414
↓ 1 callersFunctionvalidateScraperTypeParam
(scraperType: string | undefined)
js/botasaurus-server-js/src/validation.ts:398
↓ 1 callersFunctionvalidateSearchMultiSelectDefaultValue
* Validates multiSelect default values for searchMethod-based selects * @param items - The array of items to validate * @param id - The control id f
botasaurus-controls/src/index.ts:364
↓ 1 callersFunctionvalidateSearchSelectDefaultValue
* Validates a single select default value for searchMethod-based selects * @param value - The value to validate * @param id - The control id for err
botasaurus-controls/src/index.ts:349
↓ 1 callersFunctionvalidateUiPatchTask
(jsonData: any)
js/botasaurus-server-js/src/validation.ts:360
↓ 1 callersFunctionvalidate_download_params
Validates download parameters for a task.
botasaurus_server/botasaurus_server/validation.py:203
↓ 1 callersMethodvalidate_options
(self, options)
botasaurus_server/botasaurus_server/filters.py:144
↓ 1 callersFunctionvalidate_ui_patch_task
(json_data)
botasaurus_server/botasaurus_server/validation.py:257
↓ 1 callersMethodwait_for_workers
(self)
botasaurus_server/botasaurus_server/k8s.py:23
↓ 1 callersFunctionwait_till_desktop_api_up
Polls the given IP address every second for 30 seconds to check if it's up. Checks for API configuration issues after 12 seconds. Ar
bota/src/bota/vm.py:823
↓ 1 callersFunctionwait_till_up
Polls the given IP address every 10 seconds for 180 seconds to check if it's up. Args: ip (str): The IP address to check. Rai
bota/src/bota/vm.py:58
↓ 1 callersFunctionwriteCsvStreamed
(inputFileNamePath: any, filename: string, streamFn:any)
js/botasaurus-server-js/src/writer.ts:129
↓ 1 callersFunctionwriteExcelStreamed
(inputFileNamePath: any, filename: string, streamFn:any)
js/botasaurus-server-js/src/writer.ts:270
↓ 1 callersFunctionwriteFileResponse
(filePath: string, filename: string, content: Buffer)
js/botasaurus-desktop-api/src/utils.ts:71
↓ 1 callersFunctionwriteJson
(data: any, filename: string, log: boolean = true)
js/botasaurus-js/src/output.ts:75
↓ 1 callersFunctionwriteJsonStreamed
(inputFileNamePath: any, filename: string, streamFn:any)
js/botasaurus-server-js/src/writer.ts:66
↓ 1 callersFunctionwriteNdjson
(inputFilePath: string, filename: string)
js/botasaurus-server-js/src/writer.ts:220
↓ 1 callersFunctionwriteNdjsonResults
(data: any[], filename: string)
js/botasaurus-server-js/src/writer.ts:235
↓ 1 callersFunctionwriteWorkbook
(data: any[], filename: string)
js/botasaurus-js/src/output.ts:449
↓ 1 callersFunctionwriteWorkbook
(data: any[], filename: string)
js/botasaurus-server-js/src/writer.ts:378
↓ 1 callersFunctionwriteWorkbook
(data: any[], rawStream: NodeJS.WritableStream)
js/botasaurus-server-js/src/writer-http.ts:116
↓ 1 callersFunctionwriteWorkbookBase
(filename:string, exec:(x:any)=>void)
js/botasaurus-js/src/output.ts:436
↓ 1 callersFunctionwriteWorkbookStreamed
(inputFileNamePath: any, filename: string, streamFn:any)
js/botasaurus-server-js/src/writer.ts:384
↓ 1 callersFunctionwriteWorkbookStreamed
(inputFilePath: any, rawStream: NodeJS.WritableStream, streamFn: any)
js/botasaurus-server-js/src/writer-http.ts:120
↓ 1 callersFunctionwrite_file
(data, filename, log=True)
botasaurus/output.py:313
↓ 1 callersFunctionwrite_file_response
(file_path, filename, content )
botasaurus_api/botasaurus_api/utils.py:52
↓ 1 callersFunctionwrite_html
(data, filename, log=True)
botasaurus/output.py:286
↓ 1 callersFunctionwrite_json
(data, filename, log=True, indent=4)
botasaurus/output.py:102
↓ 1 callersFunctionwrite_workbook
(data, filename, strings_to_urls = True)
botasaurus/output.py:387
↓ 1 callersFunctionzipdir
(path, ziph)
botasaurus/output.py:445
FunctionAdmonitionWrapper
(props)
docs/src/theme/Admonition.js:4
FunctionApiIntegrationComponent
()
js/botasaurus-desktop-api/botasaurus-desktop-api-docs/src/app/components/ApiIntegrationComponent/ApiIntegrationComponent.tsx:55
FunctionApp
()
js/botasaurus-desktop-api/botasaurus-desktop-api-docs/src/App.tsx:5
FunctionChooseField
({ options, value, onChange, title, disabled, name, color, isRequired })
js/botasaurus-desktop-api/botasaurus-desktop-api-docs/src/app/components/inputs/ChooseField.tsx:20
FunctionContainer
({ children })
js/botasaurus-desktop-api/botasaurus-desktop-api-docs/src/app/components/Wrappers.tsx:1
FunctionContentContainer
({ selectedScraper, hasSingleScraper }: { selectedScraper: any, hasSingleScraper: boolean })
js/botasaurus-desktop-api/botasaurus-desktop-api-docs/src/app/components/ApiIntegrationComponent/ApiIntegrationComponent.tsx:11
FunctionEmptyScraper
()
js/botasaurus-desktop-api/botasaurus-desktop-api-docs/src/app/components/Empty/Empty.tsx:7
FunctionFeature
({ title, Svg, description }: FeatureItem)
docs/src/components/HomepageFeatures/index.tsx:41
FunctionHome
()
docs/src/pages/index.tsx:39
FunctionHomepageFeatures
()
docs/src/components/HomepageFeatures/index.tsx:57
FunctionHomepageHeader
()
docs/src/pages/index.tsx:10
FunctionLinuxOnly
({ children }: Props)
docs/src/components/LinuxOnly.tsx:9
FunctionMarkdownComponent
({ content, use_target_blank = false })
js/botasaurus-desktop-api/botasaurus-desktop-api-docs/src/app/components/MarkdownComponent/MarkdownComponent.tsx:4
FunctionPage
()
js/botasaurus-desktop-api/botasaurus-desktop-api-docs/src/app/pages/api-integration.tsx:4
FunctionScraperContainer
({ scrapers }: { scrapers: any[] })
js/botasaurus-desktop-api/botasaurus-desktop-api-docs/src/app/components/ApiIntegrationComponent/ApiIntegrationComponent.tsx:37
FunctionScraperSelector
({ scrapers, selectedScraper, onSelectScraper })
js/botasaurus-desktop-api/botasaurus-desktop-api-docs/src/app/components/ScraperSelector/ScraperSelector.tsx:5
FunctionShortCut
()
docs/src/components/ShortCut.tsx:6
Method__init__
(self)
bota/src/bota/package_storage.py:27
Method__init__
(self)
bota/src/bota/package_storage.py:70
Method__init__
(self, from_point, to_point, **kwargs)
botasaurus_humancursor/src/botasaurus_humancursor/human_curve_generator.py:8
Method__init__
Initialize WebAdjuster with a Botasaurus driver Args: driver: Botasaurus Driver instance
botasaurus_humancursor/src/botasaurus_humancursor/web_adjuster.py:10
Method__init__
Initialize WebCursor with a Botasaurus driver Args: driver: Botasaurus Driver instance _dot_name: Na
botasaurus_humancursor/src/botasaurus_humancursor/web_cursor.py:9
Method__init__
(self, db_path: str = 'cache.db', table_name: str = "botasaurus_cache")
sqlite-cache-storage/sqlite_cache_storage/__init__.py:10
Method__init__
Initializes the API client with a specified server URL and an option to create response files. :param api_url: The base U
botasaurus_api/botasaurus_api/__init__.py:24
Method__init__
(self, host: str='localhost', port: int=5432, username: str='postgres', password: str='postgres', db_name: str
pg-cache-storage/pg_cache_storage/__init__.py:10
Method__init__
(self, link=None, raise_maximum_1_time=True)
botasaurus/utils.py:5
Method__init__
(self, key)
botasaurus/cache.py:14
Method__init__
( self, urls, )
botasaurus/links.py:441
Method__init__
(self, urls, cache=True, proxy=None, parallel=40)
botasaurus/sitemap.py:171
Method__init__
( self, group=None, target=None, name=None, args=(), kwargs={}, *, daemon=None )
botasaurus/thread_with_result.py:4
Method__init__
(self)
botasaurus/botasaurus_storage.py:33
Method__init__
(self)
botasaurus/botasaurus_storage.py:76
Method__init__
(self, worker_thread, task_queue, result_list)
botasaurus/decorators_common.py:47
Method__init__
(self, thread)
botasaurus/decorators_common.py:131
Method__init__
(self)
botasaurus/local_storage.py:26
← previousnext →1,201–1,300 of 1,906, ranked by callers