Anzo52 / gretonline

Maigret with a web interface. IN DEVELOPMENT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<<<<<<< HEAD

gretonline

=======

GretOnline

Overview

GretOnline is currently under development. It is a web application built using Python with Flask, focusing on utilizing the Maigret search functionality. This application allows users to perform searches using Maigret, a tool designed for investigative purposes.

Features

  • User Search: Allows users to search for information using a username.
  • Maigret Integration: Utilizes Maigret to perform deep searches across various platforms.

Getting Started

Prerequisites

  • Python 3.x
  • Flask
  • Dependencies as listed in requirements.txt

Installation

  1. Clone the repository and navigate to the directory: '''bash git clone https;//github.com/Anzo52/gretonline.git cd gretonline '''
  2. Create and activate a virtual environment: '''bash python3 -m venv venv source venv/bin/activate '''
  3. Install dependencies: '''bash pip install -r requirements.txt '''
  4. Run the application: '''bash python3 app.py ''' or '''bash flask run ''' To run version 2: '''bash cd v2 python3 app.py '''

Usage

Interact with the application through the web interface to perform username searches.

Contributing

Contributions are welcome! Please reach out to the project maintainer for more details on contributing.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

eae0de0bcbddcb1a2ef02e536cf06b50e10f8ee2

About

Maigret with a web interface. IN DEVELOPMENT

License:GNU General Public License v3.0


Languages

Language:Python 81.8%Language:HTML 7.8%Language:JavaScript 5.3%Language:Shell 5.0%