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/GHuntor
Install via npx
npx @hexmos/ipm i mxrch/GHuntPrerequisites
Python
languageVersion: 3.10 or higher (>= 3.10.0, but 3.13 is supported) . 3.10 is recommended for compatibility with GHunt v2.
pip
package_managerVersion: >= 21.x
venv
system_toolFor creating isolated Python environments to manage dependencies.
pipx
package_managerVersion: >= 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 ghuntSource
git clone https://github.com/mxrch/GHunt.git
cd GHunt
pip3 install ghuntCompanion Login
ghunt loginPost 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 ```
