This repository has been archived on 2026-06-29. You can view files and clone it, but cannot push or open issues or pull requests.

Resensys Site Status

Run locally

  1. Open the project in your IDE and cd into the site_status folder.

  2. Set up a virtual environment:

    python -m venv .venv
    .\.venv\Scripts\Activate.ps1
    
  3. Install dependencies:

    pip install -r requirements.txt
    pip install requests
    

    requests is used by api.py and is not listed in requirements.txt.

  4. Start the app:

    python api.py
    
Description
No description provided
https://status.resensys.cloud/
Readme 306 KiB
Languages
HTML 86.3%
Python 13.7%