MCPcopy Create free account

hub / github.com/omkarcloud/botasaurus / functions

Functions1,906 in github.com/omkarcloud/botasaurus

↓ 1 callersFunctionperform_is_task_updated
(task_id)
botasaurus_server/botasaurus_server/routes_db_logic.py:184
↓ 1 callersFunctionplay_beep
()
botasaurus/beep_utils.py:3
↓ 1 callersMethodpollForTasks
* Poll master for tasks. Checks capacity and makes appropriate API call. * Uses mutex to ensure only one concurrent request to master at a time.
js/botasaurus-server-js/src/worker-executor.ts:217
↓ 1 callersMethodpreEnd
()
js/botasaurus-server-js/src/ndjson-http.ts:30
↓ 1 callersMethodpreEnd
()
js/botasaurus-server-js/src/ndjson.ts:57
↓ 1 callersMethodpreStart
(headers: string[])
js/botasaurus-server-js/src/ndjson-http.ts:64
↓ 1 callersFunctionprintFilenames
(writtenFilenames: string[])
js/botasaurus-js/src/decorators-common.ts:22
↓ 1 callersFunctionprint_filenames
(written_filenames)
botasaurus/decorators_common.py:174
↓ 1 callersMethodprocessScraperBasedTasks
()
js/botasaurus-server-js/src/task-executor.ts:252
↓ 1 callersMethodprocessScraperTypeBasedTasks
()
js/botasaurus-server-js/src/task-executor.ts:234
↓ 1 callersMethodprocessTasksByScraper
(scraperName: string)
js/botasaurus-server-js/src/task-executor.ts:289
↓ 1 callersFunctionproject_exists
(project_id)
bota/src/bota/__main__.py:268
↓ 1 callersMethodpush
(data: any)
js/botasaurus-server-js/src/ndjson-http.ts:49
↓ 1 callersMethodpush
(data: string[])
js/botasaurus-server-js/src/ndjson-http.ts:69
↓ 1 callersMethodpush
(data: any)
js/botasaurus-server-js/src/ndjson.ts:77
↓ 1 callersMethodput
(key: string, item: any)
js/botasaurus-server-js/src/task-results.ts:83
↓ 1 callersFunctionqueryPendingTasks
(maxTasks: number | null, query: any)
js/botasaurus-server-js/src/task-executor.ts:31
↓ 1 callersFunctionqueryTasks
( ets: string[], withResults: boolean, page?: any, per_page?: any, serializer: (task: any, withResul
js/botasaurus-server-js/src/routes-db-logic.ts:96
↓ 1 callersMethodraiseTypeValidationErrorMessage
(type: string, value: any, control: any)
botasaurus-controls/src/index.ts:1210
↓ 1 callersFunctionreadExcelFile
(filePath:string)
js/botasaurus-js/src/output.ts:462
↓ 1 callersFunctionreadIdFromFile
()
js/botasaurus-server-js/src/models.ts:36
↓ 1 callersFunctionreadNdJson
(taskPath: string, limit: number | null | undefined=null)
js/botasaurus-server-js/src/ndjson.ts:106
↓ 1 callersMethodread_clean_save_task
(parent_id, remove_duplicates_by, status)
botasaurus_server/botasaurus_server/task_helper.py:187
↓ 1 callersFunctionread_csv
Reads a CSV file and returns a list of dictionaries. :param filepath: str, the path to the CSV file :return: list of dictionaries
botasaurus/output.py:142
↓ 1 callersFunctionread_excel
(filename)
botasaurus/output.py:420
↓ 1 callersFunctionread_file
(path)
bota/src/bota/apache_utils.py:4
↓ 1 callersFunctionread_file
(filename)
botasaurus/output.py:322
↓ 1 callersFunctionread_html
(filename)
botasaurus/output.py:297
↓ 1 callersMethodrefresh
(self)
bota/src/bota/package_storage.py:30
↓ 1 callersMethodrefresh
()
js/botasaurus-js/src/botasaurus-storage.ts:32
↓ 1 callersMethodrefresh
()
js/botasaurus-js/src/botasaurus-storage.ts:93
↓ 1 callersMethodrefresh
(self)
botasaurus/botasaurus_storage.py:36
↓ 1 callersMethodrefresh
(self)
botasaurus/local_storage.py:29
↓ 1 callersFunctionregisterHealthEndpoint
* Register health endpoint
js/botasaurus-server-js/src/api-config.ts:452
↓ 1 callersFunctionregisterMasterRoutes
* Register Kubernetes master routes
js/botasaurus-server-js/src/api-config.ts:372
↓ 1 callersFunctionrelativePath
(targetPath: string, goback: number = 0)
js/botasaurus-desktop-api/src/utils.ts:36
↓ 1 callersFunctionrelative_path
(path, goback=0)
bota/src/bota/__main__.py:16
↓ 1 callersFunctionrelative_path
(target_path, goback=0)
botasaurus_api/botasaurus_api/utils.py:21
↓ 1 callersFunctionrelative_path
(path, goback=0)
botasaurus/decorators_utils.py:3
↓ 1 callersFunctionrelative_path
(path, goback=0)
botasaurus_server/botasaurus_server/server.py:10
↓ 1 callersFunctionrelative_path_backend
Determines the relative path to the database file, prioritizing 'backend/db.sqlite3'.
botasaurus_server/botasaurus_server/db_setup.py:21
↓ 1 callersFunctionremoveAfterFirstSlash
* Removes everything after (and including) the first single slash (/) in a string, * but skips over '//' (double slashes), which are used in protocol
js/botasaurus-server-js/src/api-config.ts:725
↓ 1 callersFunctionremoveAfterFirstSlash
* Removes everything after (and including) the first single slash (/) in a string, * but skips over '//' (double slashes), which are used in protocol
js/botasaurus-desktop-api/src/utils.ts:15
↓ 1 callersMethodremoveFromAbortCheck
* Removes a task from the abortion check set and cleans up if no more tasks.
js/botasaurus-server-js/src/task-executor.ts:372
↓ 1 callersFunctionremoveSingleSync
(folderPath:string)
js/botasaurus-js/src/utils.ts:79
↓ 1 callersFunctionremoveSync
(folderPaths: string | string[])
js/botasaurus-js/src/utils.ts:94
↓ 1 callersFunctionremove_after_first_slash
(input_string)
botasaurus_api/botasaurus_api/utils.py:4
↓ 1 callersFunctionremove_apache_proxy_config
Removes proxy configuration for a specific root path from Apache config. Args: root_path (str): The root path to remove from Apa
bota/src/bota/apache_utils.py:51
↓ 1 callersMethodremove_item
(self, item: str)
bota/src/bota/package_storage.py:82
↓ 1 callersFunctionremove_service
removes a systemd service. Args: service_name (str): Name of the service (with .service extension)
bota/src/bota/vm.py:603
↓ 1 callersFunctionreorganize_dict_by_importance
(input_dict)
botasaurus/ip_utils.py:49
↓ 1 callersFunctionreplaceFileTypesInCode
* Replaces FileTypes constants (e.g., FileTypes.IMAGE) in a string of code * with their corresponding JSON array values. * * @param {string} code -
js/botasaurus-server-js/src/server.ts:58
↓ 1 callersFunctionreplace_require_with_json
Replaces require statements with a specified JSON object in the given JavaScript code. Args: code (str): The JavaScript code
botasaurus_server/botasaurus_server/server.py:26
↓ 1 callersMethodreportCountUpdate
()
js/botasaurus-server-js/src/task-helper.ts:305
↓ 1 callersMethodreportTaskSuccess
* Report task success to master and fetch next tasks. * Uses mutex to ensure only one concurrent request to master at a time.
js/botasaurus-server-js/src/worker-executor.ts:247
↓ 1 callersFunctionrestoreCapacity
()
js/botasaurus-server-js/src/api-config.ts:164
↓ 1 callersMethodretryFailedChildTasks
(parentId: number)
js/botasaurus-server-js/src/task-helper.ts:667
↓ 1 callersFunctionretryTask
( taskId: number, is_all_task: boolean, parent_task_id: number | null, )
js/botasaurus-server-js/src/routes-db-logic.ts:1151
↓ 1 callersMethodretryTask
(taskId: number)
js/botasaurus-server-js/src/task-helper.ts:659
↓ 1 callersFunctionrun
()
botasaurus_server/botasaurus_server/run.py:114
↓ 1 callersFunctionrunValidation
(id:any, validate: (value: any, otherData: any) => string | string[] | undefined, value: any, data: any)
botasaurus-controls/src/index.ts:1244
↓ 1 callersFunctionrun_bot_tests
Main function to run all bot detection tests. Executes various tests to check bypass capabilities against different security systems.
bot_detection_tests.py:60
↓ 1 callersFunctionrun_create_cluster_commands
(cluster_name, max_nodes, machine_type)
bota/src/bota/__main__.py:612
↓ 1 callersFunctionrun_delete_cluster_commands
(cluster_name)
bota/src/bota/__main__.py:1052
↓ 1 callersMethodrun_task_and_update_state
(self, scraper_type, task_json)
botasaurus_server/botasaurus_server/task_executor.py:127
↓ 1 callersMethodrun_task_on_node
(self, task, node_name)
botasaurus_server/botasaurus_server/k8s.py:75
↓ 1 callersMethodrun_worker_task
(self, task, node_name)
botasaurus_server/botasaurus_server/worker_executor.py:38
↓ 1 callersFunctionsafeWrite
(data: string, filePath: string, tempPath: string,)
js/botasaurus-js/src/botasaurus-storage.ts:7
↓ 1 callersMethodsaveCachedTask
(scraperName: string, data: any, result: any,isLarge:boolean)
js/botasaurus-server-js/src/task-results.ts:95
↓ 1 callersMethodsave_cached_task
(scraper_name, data, result)
botasaurus_server/botasaurus_server/task_results.py:61
↓ 1 callersMethodscroll_into_view_of_element
Scrolls the element into viewport, if not already in it
botasaurus_humancursor/src/botasaurus_humancursor/web_cursor.py:245
↓ 1 callersMethodsection
(label: string, defineControls: (section: SectionControls) => void)
botasaurus-controls/src/index.ts:564
↓ 1 callersFunctionsentenceCase
(string: string)
botasaurus-controls/src/index.ts:56
↓ 1 callersFunctionserializeTaskForRunTask
(obj: Task)
js/botasaurus-server-js/src/models.ts:166
↓ 1 callersFunctionserializeUiDisplayTask
(obj: Task)
js/botasaurus-server-js/src/models.ts:156
↓ 1 callersFunctionserialize_task
(obj, with_result)
botasaurus_server/botasaurus_server/models.py:85
↓ 1 callersFunctionserialize_ui_display_task
(obj)
botasaurus_server/botasaurus_server/models.py:77
↓ 1 callersMethodsetStorage
(storage: Record<string, any>)
js/botasaurus-js/src/botasaurus-storage.ts:104
↓ 1 callersMethodset_item
(self, item: str, value: any)
botasaurus/local_storage.py:90
↓ 1 callersMethodsetupGracefulShutdown
* Set up graceful shutdown handler on global. * Call global.cleanupWorker() from main.ts exit handlers.
js/botasaurus-server-js/src/worker-executor.ts:508
↓ 1 callersFunctionsetup_apache_load_balancer
()
bota/src/bota/vm.py:335
↓ 1 callersFunctionsetup_apache_load_balancer_desktop_app
(port, api_base_path)
bota/src/bota/vm.py:780
↓ 1 callersFunctionsetup_systemctl
(folder_name, uname)
bota/src/bota/vm.py:350
↓ 1 callersFunctionsetup_systemctl_for_data_scraper
(launch_file_path, service_name)
bota/src/bota/vm.py:454
↓ 1 callersMethodshouldFilter
(filterValue: any)
js/botasaurus-server-js/src/filters.ts:406
↓ 1 callersMethodshould_filter
(self, filter_value)
botasaurus_server/botasaurus_server/filters.py:76
↓ 1 callersFunctionshow_help
()
botasaurus_server/botasaurus_server/run.py:15
↓ 1 callersFunctionsitemap
(req, _)
botasaurus/links.py:347
↓ 1 callersMethodsitemaps
(self)
botasaurus/sitemap.py:207
↓ 1 callersFunctionsleep
* Sleep helper
js/botasaurus-server-js/src/worker-executor.ts:81
↓ 1 callersFunctionsortDictByKeys
(dictionary: Record<string, any>, keys: string[])
js/botasaurus-server-js/src/models.ts:185
↓ 1 callersFunctionsplit_into_links_and_sitemaps
(content)
botasaurus/sitemap_parser_utils.py:115
↓ 1 callersMethodstart
()
js/botasaurus-server-js/src/task-executor.ts:118
↓ 1 callersMethodstart
(self)
botasaurus_server/botasaurus_server/worker_executor.py:35
↓ 1 callersMethodstartScraperNameBasedWorker
* Worker loop for scraper-name-based rate limiting. * Polls master for tasks by scraper name.
js/botasaurus-server-js/src/worker-executor.ts:155
↓ 1 callersMethodstartScraperTypeBasedWorker
* Worker loop for scraper-type-based rate limiting. * Polls master for tasks by scraper type.
js/botasaurus-server-js/src/worker-executor.ts:135
↓ 1 callersMethodstartStaleTaskRecoveryLoop
()
js/botasaurus-server-js/src/master-executor.ts:99
↓ 1 callersMethodstartTaskWorker
()
js/botasaurus-server-js/src/task-executor.ts:124
↓ 1 callersFunctionstopServer
()
js/botasaurus-server-js/src/api-config.ts:699
↓ 1 callersFunctionstop_desktop_app_services
Removes systemd services associated with a desktop app. Args: package_name (str): Name of the package
bota/src/bota/vm.py:647
← previousnext →1,101–1,200 of 1,906, ranked by callers