https://github.com/anzo52/gretonline
Maigret with a web interface. IN DEVELOPMENT
https://github.com/anzo52/gretonline
maigret osint usernames
Last synced: 12 months ago
JSON representation
Maigret with a web interface. IN DEVELOPMENT
- Host: GitHub
- URL: https://github.com/anzo52/gretonline
- Owner: Anzo52
- License: gpl-3.0
- Created: 2023-11-25T00:35:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T06:16:48.000Z (over 2 years ago)
- Last Synced: 2025-06-21T00:07:37.128Z (12 months ago)
- Topics: maigret, osint, usernames
- Language: Python
- Homepage:
- Size: 229 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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