/gitsearch

Go tool to use the git search API

Primary LanguageGoMIT LicenseMIT

gitsearch

This tool allows you to search through GitHub repositories to find files based on the provided query, iterating through up to 1000 search results

Installation

Prerequisites

Setup

go install github.com/YouGina/gitsearch@latest

Usage

To use this tool, run the binary with the path to your tokens.txt file and your search query as arguments. For example:

gitsearch /path/to/your/tokens.txt "your search query"

Features

  • Search GitHub repositories for specific queries in files named subdomains.txt.
  • Automatically handle GitHub API rate limiting by rotating through multiple provided tokens.
  • Decode and print base64 encoded file contents directly in the terminal.