Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anzo52/gretonline

Maigret with a web interface. IN DEVELOPMENT
https://github.com/anzo52/gretonline

maigret osint usernames

Last synced: about 1 month ago
JSON representation

Maigret with a web interface. IN DEVELOPMENT

Awesome Lists containing this project

README

        

<<<<<<< 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](LICENSE) file for details.

## Contact

- Project Maintainer: [Anzo52](https://github.com/Anzo52)
- Project Link: [https://github.com/Anzo52/gretonline](https://github.com/Anzo52/gretonline)
>>>>>>> eae0de0bcbddcb1a2ef02e536cf06b50e10f8ee2