Visit ComfyUI Online for ready-to-use ComfyUI environment
Search GitHub repositories with specific keywords using the `github_tool` node, leveraging the GitHub API for efficient discovery.
The github_tool
node is designed to help you search for repositories on GitHub using specific keywords. This tool leverages the GitHub API to fetch repository information based on your search criteria, making it easier for you to find relevant projects and resources. By providing a simple interface to input your search terms and pagination options, github_tool
streamlines the process of discovering repositories, saving you time and effort. Whether you are looking for code examples, libraries, or open-source projects, this tool can help you quickly locate the repositories that match your interests.
This parameter determines whether the github_tool
node is active. When set to True
, the node will execute the search function; if set to False
, the node will not perform any actions. This is useful for enabling or disabling the node without removing it from your workflow. The default value is True
.
This optional parameter allows you to provide a GitHub API key for authentication. Using an API key can help you avoid rate limits imposed by GitHub on unauthenticated requests, ensuring more reliable and faster searches. If not provided, the node will use a default API key if available. The value should be a string representing your GitHub API key.
The output parameter tool
is a JSON string containing the search results from GitHub. This JSON includes information about the repositories that match your search criteria, such as repository names and URLs. You can use this output to further process or display the search results in your application or workflow.
paper_num
parameter to paginate through the search results if the initial results do not meet your needs.<error_message>
© Copyright 2024 RunComfy. All Rights Reserved.