techgaun / github-dorks

Find leaked secrets via github search
Apache License 2.0
2.83k stars 591 forks source link

Add setup.py #54

Closed nootr closed 2 years ago

nootr commented 2 years ago

This PR adds a setup.py file to allow users to install github-dorks more easily. It also prepares for a CI/CD pipeline which pushes the package to pypi, so that this script could be installed with pip install github-dorks.

Also, the config file github-dorks.txt is currently only found if it's in the current directory. This PR contains a commit which adds logic so that a github-dorks.txt file installed by pip is also found.