Skip to content

your setup thing dont fully work heres a fix #243

@jamieduk

Description

@jamieduk

setup.sh

#!/bin/bash
# (c) J~Net 2025
#
python -m venv venv
source venv/bin/activate
echo "Virtual Environment Setup and ready!"

git clone https://github.com/megadose/holehe.git
cd holehe/

pip install --upgrade pip setuptools wheel

pip install beautifulsoup4 lxml termcolor httpx trio tqdm requests

python3 setup.py install

and a start.sh

#!/bin/bash
# (c) J~Net 2025
#
# ./start.sh
#
#
source venv/bin/activate
echo "Virtual Environment Setup and ready!"

echo "Put Email to search"
read u_email

holehe $u_email

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions