This is a simple project to track the online/offline status of your PC and display it on a Neocities web page.
The Python script updates status.json on Neocities, and the HTML page reads this file to show whether the PC is online or offline.
git clone https://github.com/Gibsy/WebPCStatus.git
cd WebPCStatus pip install -r requirements.txtAPI_KEY=YOUR_NEOCITIES_API_KEY
SITE=YOUR_SITE_NAMEpython main.pyThen just add status.js to your website, you can check for example here (use DevTools)