Go to file
2026-07-07 21:54:48 -06:00
docs/superpowers fix: harden SessionStore — per-record timestamp handling, atomic writes, robust quarantine 2026-07-07 21:49:05 -06:00
src/wabot feat: options builder, /status liveness check, ExternalServer host 2026-07-07 21:54:48 -06:00
tests feat: options builder, /status liveness check, ExternalServer host 2026-07-07 21:54:48 -06:00
.gitignore first try 2019-12-27 19:28:52 -07:00
CLAUDE.md docs: add CLAUDE.md and modernization design spec 2026-07-07 20:07:07 -06:00
pyproject.toml build: replace setup.py with uv project, src layout 2026-07-07 21:23:55 -06:00
README.md doc: small readme 2024-11-15 04:06:23 -07:00
uv.lock build: replace setup.py with uv project, src layout 2026-07-07 21:23:55 -06:00

WABot - Web Automator Bot (python module)

Module provides a class which builds on selenium automated-browser control. What it adds is the ability to carry and maintain-state between web pages. So for e.g. you can automate a web browser to log-in, navigate through the menus, and fill out a form-- or scrape data.

Probably pretty awful code, I'd write it a lot better if I had more time on it. Though I've used and continue to use to scrape 100,000s of data points with zero human time, performing complex interactions with websites.k