mirror of
https://git.zavage.net/Zavage-Software/wabot.git
synced 2026-07-21 13:06:08 -06:00
Design approved in brainstorming session: uv packaging, Selenium 4 migration, session persistence rebuilt on JSON + session-ID reattach (replacing pickle/dill), configurable pacing, pytest unit+integration tiers, Sphinx docs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| docs/superpowers/specs | ||
| wabot | ||
| .gitignore | ||
| CLAUDE.md | ||
| README.md | ||
| setup.py | ||
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