awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesPull Request Retrieval

Retrieving community discussions and pull requests from repositories with pagination and state filtering.

Distinct from Pull Request Automation: Distinct from Pull Request Automation: focuses on fetching and listing PRs rather than automating their lifecycle.

Explore 3 awesome GitHub repositories matching part of an awesome list · Pull Request Retrieval. Refine with filters or upvote what's useful.

Awesome Pull Request Retrieval GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ovity/octotreeovity 的头像

    ovity/octotree

    23,206在 GitHub 上查看↗

    Octotree is a source code browsing tool for GitHub that provides a navigable file tree sidebar for exploring repository folder structures without downloading files locally. It enables the navigation of directory hierarchies and the location of specific files through text-based search queries. The tool includes specialized workflows for reviewing pull requests by filtering the visible file tree to show only modified files. It also supports access to private repositories through the use of personal access tokens and multi-account management. The interface features customizable sidebar behavior

    Limits the visible file tree to only those files modified within a specific pull request.

    JavaScriptbrowser-extensionchromecode-files
    在 GitHub 上查看↗23,206
  • donnemartin/gitsomedonnemartin 的头像

    donnemartin/gitsome

    7,674在 GitHub 上查看↗

    Gitsome is a command-line interface tool for managing repositories, issues, and pull requests via the GitHub and GitHub Enterprise APIs. It provides an interactive shell environment featuring an embedded Python interpreter for programmatic automation and dynamic scripting, alongside a project bootstrapping utility for generating standard license and gitignore templates. The tool distinguishes itself with a schema-driven autocomplete engine that parses remote API definitions in real-time to provide context-aware command suggestions. It also implements an index-based navigation system that allo

    Retrieves detailed information for specific pull requests or lists all current requests in a repository.

    Python
    在 GitHub 上查看↗7,674
  • huggingface/huggingface_hubhuggingface 的头像

    huggingface/huggingface_hub

    3,342在 GitHub 上查看↗

    The Hugging Face Hub Python client is a library that provides programmatic access to the Hugging Face Hub, a centralized platform for hosting and collaborating on machine learning models, datasets, and demo applications. It serves as the primary SDK for interacting with the Hub's API, enabling users to download and upload models and datasets, manage repositories, authenticate via tokens or OAuth, and run inference on hosted models through a unified interface. The client distinguishes itself through a comprehensive set of capabilities that go beyond basic file transfer. It includes a CLI exten

    Provides API capabilities for retrieving discussions and pull requests with pagination and filtering.

    Pythondeep-learninghacktoberfestmachine-learning
    在 GitHub 上查看↗3,342
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Pull Request Automation
  5. Pull Request Retrieval

探索子标签

  • Modified File Tree FilteringLimits the visible directory tree to show only files changed in a specific pull request. **Distinct from Pull Request Retrieval:** Filters the navigation tree based on PR modifications, rather than just retrieving PR metadata.