Fieldglass Filler

It will automatcially fill in the fieldglass as working 8 standard hours a day for 5 days a week, 9am until 5pm. It will then submit it for approval.

Within a Mac or Linux terminal:

git clone https://github.com/callum-osborne/fieldglass-filler
cd fieldglass-filler

Install this package, it allows python to create its own browser.

For Mac OS:

brew install geckodriver

For Linux systems:

sudo apt-get install firefox-geckodriverr

Install library:

pip install selenium

Put your username and password into the login.txt file:

  • Replace usernameHere with your username
  • Replade passwordHere with your password

Run the python script:

If you run into an error with an import run python3...

python run.py

or

python3 run.py