Skip to content

Automate the submission of the Reed College Daily Health Check

License

Notifications You must be signed in to change notification settings

willmhowes/reed_auto_health_check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reed Daily Health Check Automator

This project is a VERY work-in-progress attempt to automate the submission of the Reed College Daily Health Check using Selenium WebDriver to automote the process.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

This project is written in Javascript and requires the Node.js runtime.

Firefox's geckodriver must be installed and accessible in PATH. On Mac OS, I find the easiest way to do this is with Homebrew because it handles the installation to PATH by default:

brew install geckodriver

For instructions regarding other operating systems or to avoid the use of Homebrew, see here.

Installing

This project is in very early in development and there is not much to replicate. That being said, here are some basic instructions:

  1. Clone the project repo to your local machine
git clone https://github.com/willmhowes/crdv.git
  1. Install dependencies
npm install
  1. Create file called .env and add the url of the current day's health check so that the file looks as follows:
URL=https://example.com
  1. Run script
npm run form

Completed Features

  • User can run script that will complete the health check

Next Steps

  • Build a web interface
  • Integrate Selenium API into web interface
  • Place logic into an express backend (?)
  • Scrape email for new health check link

Built With

Authors

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details

Acknowledgments

About

Automate the submission of the Reed College Daily Health Check

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published