a CLI for USU's internal AggieTime
Go to file
2023-10-11 11:06:35 -06:00
src allow cookie on stdin 2023-10-11 11:06:35 -06:00
.gitignore it's a commit, innit\? 2023-02-14 17:37:40 -07:00
aggietimed.service Make service restart 2023-03-27 11:20:13 -06:00
cli.js allow cookie on stdin 2023-10-11 11:06:35 -06:00
package-lock.json Use SAML, move to shell script, update readme 2023-02-28 12:49:06 -07:00
package.json Use SAML, move to shell script, update readme 2023-02-28 12:49:06 -07:00
README.md Use GNU pass 2023-03-24 15:12:43 -06:00

AggietimeD

AggietimeD is a simple daemon service to open a SAML with selenium, steal a cookie, then sit in the background listening to requests over a unix socket - making it "easy" to write scripts to get Aggie Time data, wherever you need it!

https://user-images.githubusercontent.com/25559600/219797856-76c82934-ceb2-4562-90bc-fff2250562a1.mp4

Installation

Something among the lines of:

sudo pacman -S chromium pass

git clone https://github.com/Simponic/aggietimed
cd aggietimed
npm i

sudo npm install -g .

# Store password, a-number in gnu pass:
pass insert --multiline usu.edu
# <password>
# anumber: <anumber>

Usage

Look at aggietimed -h. (hey, at least it's something)