logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install mxrch/GHunt. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

mxrch/GHunt Installation Guide

How to install mxrch/GHunt. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for mxrch/GHunt. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i mxrch/GHunt
or

Install via npx

npx @hexmos/ipm i mxrch/GHunt

Prerequisites

Python

language

Version: 3.10 or higher (>= 3.10.0, but 3.13 is supported) . 3.10 is recommended for compatibility with GHunt v2.

pip

package_manager

Version: >= 21.x

venv

system_tool

For creating isolated Python environments to manage dependencies.

pipx

package_manager

Version: >= 1.0.0

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Package Manager (pipx)

pip3 install pipx

pipx ensurepath

pipx install ghunt

Source

git clone https://github.com/mxrch/GHunt.git

cd GHunt

pip3 install ghunt

Companion Login

ghunt login

Post Installation Steps

  • Open your terminal and run `ghunt login` to authenticate GHunt with Google.
  • Choose between 1 of the 2 first methods: - (Companion) Put GHunt on listening mode (currently not compatible with docker) - (Companion) Paste base64-encoded cookies - Enter manually all cookies Choice =>
  • After login, use the companion to complete the login process.
  • The extension is available on the following stores: [Firefox](https://files.catbox.moe/5g2ld5.png) [Chrome](https://developer.chrome.com/static/docs/webstore/branding/image/206x58-chrome-web-bcb82d15b2486.png)
  • To use GHunt as a lib, you can't use pipx because it uses a venv. So you should install GHunt with pip: ```bash pip3 install ghunt ```
  • And now, you should be able to `import ghunt` in your projects! You can right now play with the [examples](https://github.com/mxrch/GHunt/tree/master/examples).
  • To run GHunt, use the command: ```bash ghunt start ```