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.
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 withpip 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 agithub-dorks.txt
file installed bypip
is also found.