wendy-survey-automation

Got to get those survey done some how...
git clone git://git.nomxz.net/wendy-survey-automation.git
Log | Files | Refs | README

commit c1729dd28a6ce21527846220a8161550f0d82bef
Author: Ramon Asuncion <asuncionbatista@gmail.com>
Date:   Mon,  8 Aug 2022 23:24:37 -0400

Initial commit

Diffstat:
A.DS_Store | 0
AREADME.md | 22++++++++++++++++++++++
Arequirements.txt | 3+++
3 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/.DS_Store b/.DS_Store Binary files differ. diff --git a/README.md b/README.md @@ -0,0 +1,22 @@ +![Logo]() + + +## Installation + +Use the package manager [pip](https://pip.pypa.io/en/stable/) to install what is necessary. + + +```bash +pip install requirements.txt +``` + +## Usage + +python wendy.py + +The validation code at the end will be pasted into output.txt. + +## Contributing + +I will not be accepting any pull request. + diff --git a/requirements.txt b/requirements.txt @@ -0,0 +1,2 @@ +selenium +webdriver-manager +\ No newline at end of file