awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • ovity/octotreeAvatar de ovity

    ovity/octotree

    23,206Voir sur 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
    Voir sur GitHub↗23,206
  • donnemartin/gitsomeAvatar de donnemartin

    donnemartin/gitsome

    7,674Voir sur 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
    Voir sur GitHub↗7,674
  • huggingface/huggingface_hubAvatar de huggingface

    huggingface/huggingface_hub

    3,342Voir sur 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
    Voir sur GitHub↗3,342
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Pull Request Automation
  5. Pull Request Retrieval

Explorer les sous-tags

  • 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.