Skip to main content

A set of tools which should be used in Gods Eye

Project description

Build, Test, Deploy

GOD'S EYE

God's EYE - Information Gathering Tool. God's EYE is an Information Gathering Tool I made in python3.10.

Library installation

All modules located in the src directory are APIs, so you can build a library from the sources and use it in your projects.

1. How to build a library from sources

  1. Clone this repo
git clone https://github.com/paveldat/God-s-eye.git
  1. Go to the cloned repository
cd God-s-eye
  1. Install deb- and py-requirements
pip install -r py-requirements.txt
xargs sudo apt-get install <deb-requirements.txt
  1. Run the following command
python3 -m build .
  1. Now you can install library
pip install dist/gods_eye-<version>-py3-none-any.whl

2. Installation from releases

  1. Download .whl file form releases
  2. Run the following command:
pip install <downloaded_file>.whl

How to use

Now you can use this library. To connect a module to your project, just import it. All modules can be found in the src directory.

Example:

from clickjacking.clickjacking import ClickJacking

It is not difficult to guess that the following template is used here: from <directory>.<filename> import <class_name>

Be careful, we don't use the src directory anymore.

PyPI

https://pypi.org/project/gods-eye/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gods_eye-1.0.8.tar.gz (11.5 kB view hashes)

Uploaded Source

Built Distribution

gods_eye-1.0.8-py3-none-any.whl (17.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page