Skip to content

Un servidor ligero en Python para servir archivos HTML y rastrear las interacciones de los usuarios. Fácil de desplegar con solo Python. Importa, configura tu HTML y empieza a monitorear los datos de los visitantes. Creado por DIST. Para más detalles, visita https://github.com/DISTinTheHouse.

License

Notifications You must be signed in to change notification settings

DISTinTheHouse/Script-HTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Un servidor ligero en Python para servir archivos HTML y rastrear las interacciones de los usuarios. Fácil de desplegar con solo Python. Importa, configura tu HTML y empieza a monitorear los datos de los visitantes. Creado por DIST. Para más detalles, visita https://github.com/DISTinTheHouse.

Resources

License

Stars

Watchers

Forks

Packages

No packages published