From bd631fb00836a7dfe59d6c9e26e0ef4274e28f7e Mon Sep 17 00:00:00 2001 From: Mathew Guest Date: Fri, 15 Nov 2024 04:06:23 -0700 Subject: [PATCH] doc: small readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..eec5eaf --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# 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