A very simple application to send computer statistics (CPU, RAM, keyboard presses, etc.) to my API
Find a file
2025-03-22 15:19:36 +00:00
src refactor: rename key_presses to keys 2025-03-22 14:20:37 +00:00
.env.example fix: add native-tls feature to tungstenite 2025-03-22 15:19:36 +00:00
.gitignore feat: add dotenvy 2024-11-29 15:00:21 +00:00
Cargo.lock fix: add native-tls feature to tungstenite 2025-03-22 15:19:36 +00:00
Cargo.toml fix: add native-tls feature to tungstenite 2025-03-22 15:19:36 +00:00
LICENSE docs: add LICENSE 2024-11-29 15:39:46 +00:00
README.md docs: update README.md 2025-03-21 19:40:38 +00:00

computer

Sends statistics of my computer to my API that can be seen on my website

features

  • CPU usage
  • Memory usage
  • Key press counter
  • Left and right mouse clicks counter