MCPcopy Create free account

hub / github.com/omkarcloud/botasaurus / functions

Functions1,906 in github.com/omkarcloud/botasaurus

Methodconstructor
(name: string, fields: (Field | CustomField | ExpandDictField | ExpandListField)[])
js/botasaurus-server-js/src/views.ts:84
Methodconstructor
( taskId: number, removeDuplicatesBy: string | null, onResultCountUpdate?: (count: num
js/botasaurus-server-js/src/task-helper.ts:259
Methodconstructor
( field: string, boolOptions?: { label?: string; prioritizeNo?: boolean; invertFilte
js/botasaurus-server-js/src/filters.ts:304
Methodconstructor
(body: any = null, status: number = 400, headers: { [key: string]: any } = {})
js/botasaurus-server-js/src/errors.ts:8
Methodconstructor
(taskTimeout: number | Record<string, number>)
js/botasaurus-server-js/src/master-executor.ts:79
Methodconstructor
(filePath: string, append = false)
js/botasaurus-server-js/src/ndjson.ts:11
Methodconstructor
(filePath: string)
js/botasaurus-server-js/src/ndjson.ts:69
Methodconstructor
(filePath: string)
js/botasaurus-server-js/src/ndjson.ts:91
Methodconstructor
(message: string)
js/botasaurus-desktop-api/src/index.ts:10
Methodconstructor
({ apiUrl, createResponseFiles = false, apiBasePath = "", enableCache }
js/botasaurus-desktop-api/src/index.ts:114
Methodcontrol_scroll_bar
Adjusts any scroll bar on the webpage, by the amount you want in float number from 0 to 1 representing percentage of fullness, orientation of
botasaurus_humancursor/src/botasaurus_humancursor/web_cursor.py:194
Methodconvert
(self, value, param, ctx)
bota/src/bota/__main__.py:1145
FunctionconvertStringToDate
(dateString:any)
js/botasaurus-js/src/decorators-common.ts:85
MethodcreateAsyncTask
({ data, scraperName }: { data: any; scraperName?: string })
js/botasaurus-desktop-api/src/index.ts:186
MethodcreateAsyncTasks
({ dataItems, scraperName }: { dataItems: any[]; scraperName?: string })
js/botasaurus-desktop-api/src/index.ts:240
FunctioncreateCell
(value: unknown)
js/botasaurus-js/src/output.ts:408
FunctioncreateCell
(value: unknown)
js/botasaurus-server-js/src/writer.ts:307
MethodcreateResultCountUpdater
* Workers don't update result count locally during pushData. * The final count is sent to master on completion.
js/botasaurus-server-js/src/worker-executor.ts:394
MethodcreateSyncTask
({ data, scraperName }: { data: any; scraperName?: string })
js/botasaurus-desktop-api/src/index.ts:213
MethodcreateSyncTasks
({ dataItems, scraperName }: { dataItems: any[]; scraperName?: string })
js/botasaurus-desktop-api/src/index.ts:267
MethodcreateTasks
({ scraperName, data, metadata }: { scraperName: string; data: any; metadata: any; })
js/botasaurus-server-js/src/server.ts:544
Functioncreate_async_task
()
botasaurus_server/botasaurus_server/task_routes.py:69
Methodcreate_async_task
Submits an asynchronous task to the server. :param data: The data to be processed by the task. :param scraper_name: The
botasaurus_api/botasaurus_api/__init__.py:68
Methodcreate_async_tasks
Submits multiple asynchronous tasks to the server in a batch. :param tasks: A list of dictionaries, each containing the scraper's
botasaurus_api/botasaurus_api/__init__.py:106
Functioncreate_cluster
Create the cluster
bota/src/bota/__main__.py:825
Functioncreate_ip
Creates an IP address for a VM
bota/src/bota/__main__.py:768
Functioncreate_manifests
(cluster_name, workers, use_browser)
bota/src/bota/__main__.py:864
Functioncreate_sync_task
()
botasaurus_server/botasaurus_server/task_routes.py:80
Methodcreate_sync_task
Submits a synchronous task to the server. :param data: The data to be processed by the task. :param scraper_name: The na
botasaurus_api/botasaurus_api/__init__.py:87
Methodcreate_sync_tasks
Submits multiple synchronous tasks to the server in a batch and waits for the results. :param tasks: A list of dictionaries, each
botasaurus_api/botasaurus_api/__init__.py:123
Methodcreate_tasks
(self, scraper_name, data, metadata)
botasaurus_server/botasaurus_server/server.py:342
Methoddelete
(self, func_name: str, key_data)
sqlite-cache-storage/sqlite_cache_storage/__init__.py:89
Methoddelete
(self, func_name: str, key_data)
pg-cache-storage/pg_cache_storage/__init__.py:121
MethoddeleteItemsByFilter
(func: Function | string, items: any[], shouldDeleteItem: (key: any, data: any) => boolean)
js/botasaurus-js/src/cache.ts:233
FunctiondeleteMapFiles
(directory)
js/botasaurus-js/minify-script.js:94
FunctiondeleteMapFiles
(directory)
js/botasaurus-server-js/minify-script.js:94
FunctiondeleteMapFiles
(directory)
botasaurus-controls/minify-script.js:92
MethoddeleteTask
(id: number)
js/botasaurus-server-js/src/task-results.ts:139
MethoddeleteTask
(taskId: number)
js/botasaurus-desktop-api/src/index.ts:517
MethoddeleteTasks
({ taskIds }: { taskIds: number[] })
js/botasaurus-desktop-api/src/index.ts:538
Functiondelete_all_ips
Deletes all IP addresses
bota/src/bota/__main__.py:1319
Functiondelete_cluster
Deletes the cluster
bota/src/bota/__main__.py:1106
Methoddelete_corrupted_items
(func)
botasaurus/cache.py:333
Methoddelete_cursor
(self)
botasaurus_humancursor/src/botasaurus_humancursor/web_cursor.py:346
Functiondelete_ip
Deletes an IP address for a VM
bota/src/bota/__main__.py:784
Methoddelete_items_by_filter
(func, should_delete_item, items=None)
botasaurus/cache.py:511
Functiondelete_single_task
(task_id)
botasaurus_server/botasaurus_server/task_routes.py:120
Methoddelete_task
Deletes a specific task. :param task_id: The ID of the task to delete. :return: A success message.
botasaurus_api/botasaurus_api/__init__.py:283
Methoddelete_task
(id)
botasaurus_server/botasaurus_server/task_results.py:91
Methoddelete_tasks
Bulk deletes tasks. :param task_ids: A list of task IDs to be deleted. :return: A success message.
botasaurus_api/botasaurus_api/__init__.py:297
MethoddisableApiAutostart
* Disables automatic API server startup on application launch. * When enabled, API must be manually started from the API Tab in desktop GUI.
js/botasaurus-server-js/src/api-config.ts:918
Methoddomain_equals
(domain: Union[str, List[str]])
botasaurus/links.py:251
Methoddomain_not_equals
(domain: Union[str, List[str]])
botasaurus/links.py:264
FunctiondownloadTaskList
(queryParams: any, jsonData: any)
js/botasaurus-server-js/src/task-routes.ts:157
MethoddownloadTaskResults
({ taskId, format, filters, sort, view, convertToEnglish = true }: { taskId: number; format?: string; filters?
js/botasaurus-desktop-api/src/index.ts:438
Functiondownload_from_s3
Download an object from an S3 bucket :param file_name: Local file path to save the downloaded object (can be relative or absolute) :
botasaurus/output.py:714
Functiondownload_task_results
(task_id)
botasaurus_server/botasaurus_server/task_routes.py:109
Methoddownload_task_results
Downloads the results of a specific task in the specified format. :param task_id: The ID of the task. :param format: The
botasaurus_api/botasaurus_api/__init__.py:232
Methoddrag_and_drop
Moves to element or coordinates, clicks and holds, dragging it to another element, with human curve
botasaurus_humancursor/src/botasaurus_humancursor/web_cursor.py:158
MethodenableCache
()
js/botasaurus-server-js/src/server.ts:540
MethodenableKubernetes
* Enables Kubernetes Master-Worker mode. * * This method configures the application for distributed task processing: * - If --master f
js/botasaurus-server-js/src/api-config.ts:804
Methodenable_cache
(self)
botasaurus_server/botasaurus_server/server.py:336
Functionenable_cors_after_request_hook
This executes after every route. We use it to attach CORS headers when applicable.
botasaurus_server/botasaurus_server/task_routes.py:49
Functionenable_cors_generic_route
This route takes priority over all others. So any request with an OPTIONS method will be handled by this function. See: https://github.c
botasaurus_server/botasaurus_server/task_routes.py:37
Methodend
()
js/botasaurus-server-js/src/ndjson-http.ts:25
FunctionevaluateProxy
(proxy: string | string[])
js/botasaurus-js/src/decorators-common.ts:132
Methodextra_updates
(finished_at: any)
js/botasaurus-server-js/src/task-executor.ts:165
Methodextract
(self, *extractor_funcs)
botasaurus/links.py:414
Functionextract_domain_from_link
(link)
botasaurus/cl.py:271
Functionextract_email_verification_links
(s)
botasaurus/cl.py:220
Functionextract_emails
(s)
botasaurus/cl.py:188
Methodextract_first_segment
()
botasaurus/links.py:293
Functionextract_from_dict
(data, *args)
botasaurus/cl.py:286
Methodextract_last_segment
()
botasaurus/links.py:306
Functionextract_ld_json
(soup, filter)
botasaurus/cl.py:226
Methodextract_link_upto_first_segment
()
botasaurus/links.py:325
Methodextract_link_upto_second_segment
()
botasaurus/links.py:329
Methodextract_link_upto_third_segment
()
botasaurus/links.py:333
Functionextract_meta_content
(soup, property_name)
botasaurus/cl.py:252
Functionextract_number
(s)
botasaurus/cl.py:164
Functionextract_numbers
(s)
botasaurus/cl.py:151
Functionextract_otps
(s)
botasaurus/cl.py:196
Methodextract_second_segment
()
botasaurus/links.py:297
Methodextract_third_segment
()
botasaurus/links.py:301
Functionextractor_decorator
(func)
botasaurus/links.py:34
Methodextractor_func
(url)
botasaurus/links.py:283
MethodfilePicker
(id: string, { accept = [], multiple = true, ...props }: FilePickerOptions = {})
botasaurus-controls/src/index.ts:722
Functionfile_exists
(filename)
botasaurus/output.py:92
Methodfilter
(filterValue: number, dataValue: any)
js/botasaurus-server-js/src/filters.ts:104
Methodfilter
(_: boolean, dataValue: any)
js/botasaurus-server-js/src/filters.ts:129
Methodfilter
(_: boolean, dataValue: any)
js/botasaurus-server-js/src/filters.ts:144
Methodfilter
(_: boolean, dataValue: any)
js/botasaurus-server-js/src/filters.ts:159
Methodfilter
(_: boolean, dataValue: any)
js/botasaurus-server-js/src/filters.ts:174
Methodfilter
(_: boolean, dataValue: any)
js/botasaurus-server-js/src/filters.ts:189
Methodfilter
(_: boolean, dataValue: any)
js/botasaurus-server-js/src/filters.ts:204
Methodfilter
(filterValue: string, dataValue: any)
js/botasaurus-server-js/src/filters.ts:267
Methodfilter
(filterValue: string, dataValue: any)
js/botasaurus-server-js/src/filters.ts:325
Methodfilter
(filterValue: Set<any>, dataValue: any)
js/botasaurus-server-js/src/filters.ts:357
Methodfilter
(filterValue: string, dataValue: any)
js/botasaurus-server-js/src/filters.ts:399
Methodfilter
(self, filter_value, data_value)
botasaurus_server/botasaurus_server/filters.py:48
← previousnext →1,401–1,500 of 1,906, ranked by callers