Sarudo Web Analysis: scoring server
===================================

The Chrome extension sends counts and yes/no facts about the page you're on to
this small server, which runs on your own computer (127.0.0.1:8420) and returns
the grade. Nothing is sent to Sarudo or anyone else. Needs Python 3.10+.

macOS / Linux
  In Terminal, inside this folder:   bash install.sh
  It installs into ~/.sarudo-web-analysis. On macOS it starts now and at every
  login. On Linux, start it with the command the installer prints.
  To remove it:                      bash ~/.sarudo-web-analysis/uninstall.sh
  On macOS the installer adds a login item (~/Library/LaunchAgents/com.sarudo.web-analysis.plist);
  uninstall.sh removes it. Use  bash install.sh --no-autostart  to skip it.

Windows (PowerShell, inside this folder)
  Once:           py -3 -m venv .venv; .venv\Scripts\pip install -r requirements.txt
  Each session:   .venv\Scripts\python server.py      (keep the window open)

Questions: support@sarudo.com
