Wazbat / woffu-confirmer

Simple tool to automatically confirm your hours on woffu according to your standard timetable with just one command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unnamed Woffu hour confirming tool

How to use:

  • Install globally with npm install -g @wazbat/woffu-confirmer or yarn global add @wazbat/woffu-confirmer
  • Run with woffu-confirmer
  • Enjoy!

Run from source:

  • Clone the repo
  • Install dependencies with npm i or yarn
  • Run the script with npm run start or yarn run start

Automate hour confirmation by running this script via a scheduler. No maintenance should be required

Your password is saved encrypted using your machineID in the .env file. This is not secure at all, but is better than plaintext. You should be using a unique password if you consider using this tool.

This tool is created by me for my personal use, not endorsed by any other person or company.

Nothing fancy. Just one big async function with a few reb requests, but it saves time and can automate stuff.

Made with ❤️

About

Simple tool to automatically confirm your hours on woffu according to your standard timetable with just one command


Languages

Language:JavaScript 100.0%