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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ovity/octotreeAvatar ovity

    ovity/octotree

    23,206Vezi pe 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
    Vezi pe GitHub↗23,206
  • donnemartin/gitsomeAvatar donnemartin

    donnemartin/gitsome

    7,674Vezi pe 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
    Vezi pe GitHub↗7,674
  • huggingface/huggingface_hubAvatar huggingface

    huggingface/huggingface_hub

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

Explorează sub-etichetele

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