Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.02 KB

File metadata and controls

32 lines (21 loc) · 1.02 KB

Simple HTML Server with User Tracking

License

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


Description

The Simple HTML Server with User Tracking is a Python-based server application that facilitates the serving of HTML, CSS, and JavaScript files while also logging various details about the users accessing the server. This project is ideal for developers who need a straightforward way to host static files and gather basic information about their users.

Features

  • Serve Static Files: Serve HTML, CSS, and JS files from a local directory.
  • User Logging: Capture and log details such as client IP, public IP, user agent, language, and timezone.
  • Simple Setup: Only requires Python and minimal configuration.

Getting Started

  1. Clone the Repository

    git clone https://github.com/DISTinTheHouse/Script-HTML.git
    cd Script-HTML
    
  2. Run the script

    Open the terminal and...
    python3 server.py
    or
    python server.py