Skip to content

Gibsy/WebPCStatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebPC Status for Neocities

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.


Quick guide

1. Clone the repository

git clone https://github.com/Gibsy/WebPCStatus.git
cd WebPCStatus 

2. Install dependencies

pip install -r requirements.txt

3. Create a .env file in the project root

API_KEY=YOUR_NEOCITIES_API_KEY
SITE=YOUR_SITE_NAME

4. Run the Python script

python main.py

Then just add status.js to your website, you can check for example here (use DevTools)

About

Simple PC status tracker with Python and HTML for Neocities

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors