aggietimed/README.md

31 lines
707 B
Markdown
Raw Permalink Normal View History

2023-02-16 16:07:18 -05:00
# AggietimeD
AggietimeD is a simple daemon service to open a SAML with selenium, steal a cookie,
2023-02-17 10:54:34 -05:00
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!
2023-02-16 16:07:18 -05:00
2023-02-17 16:32:58 -05:00
https://user-images.githubusercontent.com/25559600/219797856-76c82934-ceb2-4562-90bc-fff2250562a1.mp4
2023-02-16 16:07:18 -05:00
## Installation
Something among the lines of:
```
2023-03-24 17:12:43 -04:00
sudo pacman -S chromium pass
2023-03-24 17:12:43 -04:00
git clone https://github.com/Simponic/aggietimed
cd aggietimed
2023-02-16 16:07:18 -05:00
npm i
sudo npm install -g .
2023-03-24 17:12:43 -04:00
# Store password, a-number in gnu pass:
pass insert --multiline usu.edu
# <password>
# anumber: <anumber>
2023-02-16 16:07:18 -05:00
```
## Usage
2023-03-24 17:12:43 -04:00
Look at `aggietimed -h`. (hey, at least it's _something_)