Home

Awesome

security: bandit Code style: black

WhatsMyName Web Application

This is a web-based version of the WhatsMyName project with a modern, terminal-like UI using Flask and vanilla JavaScript.

Features

Installation

  1. Clone the repository:

    git clone https://github.com/AXRoux/WhatsMyName-Web.git
    cd WhatsMyName-Web
    
  2. Install the required dependencies:

    pip install -r requirements.txt
    

Usage

  1. Start the Flask server:

    python main.py
    
  2. Open your web browser and navigate to http://localhost:5000

  3. In the terminal-like interface, you can use the following commands:

    • Enter a username to search across various platforms
    • Type help to see available commands
    • Type clear to clear the terminal
  4. After a search is complete, you can view and download reports in HTML, Excel, and PDF formats.

Features

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

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

Acknowledgments