Open ocervell opened 1 year ago
Yes you are not wrong, please see #1435 for current progress on pipx and homebrew support. I assume once you can use pipx it should be trivial to create a formal pip package. Although just doing pip install will no longer be supported on multiple OS's soon (ok well technically supported but highly frowned upon), so pipx, docker, virtualenv + pip, and homebrew may be sufficient enough.
What work would need to be done to make this work? This would probably help a lot of non Kali users
It’s something I have been meaning to take care of as everything is pretty much in place already for it to work. Planning on looking into getting this sorted on my time off in the very early part of December.
On 18 Nov 2023, at 01:33, Don Freeman @.***> wrote:
What work would need to be done to make this work? This would probably help a lot of non Kali users
— Reply to this email directly, view it on GitHubhttps://github.com/laramies/theHarvester/issues/1501#issuecomment-1817311861, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA3V2QWA27YKYHM4Z4GPBADYFAF6NAVCNFSM6AAAAAA254RXPOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJXGMYTCOBWGE. You are receiving this because you are subscribed to this thread.Message ID: @.***>
Is there a way we can push theHarvester on PyPI to ease up the installation on automated environments ? A
pip install theHarvester
would be nice as an easy install method.