m4ll0k / SecretFinder

SecretFinder - A python script for find sensitive data (apikeys, accesstoken,jwt,..) and search anything on javascript files
GNU General Public License v3.0
2k stars 373 forks source link

Add a setup.py or pyproject.toml #69

Open sfc-gh-mrojas opened 1 year ago

sfc-gh-mrojas commented 1 year ago

Currently it is not possible to do:

 python3.8 -m pip install 'SecretFinder @ git+https://github.com/m4ll0k/SecretFinder.git

Adding a setup.py or pyproject.toml will help a lot.