An open API service indexing awesome lists of open source software.

https://github.com/connorsweeneydev/attendancelogger

A small program to automatically log me in to lectures that I attend at university.
https://github.com/connorsweeneydev/attendancelogger

Last synced: 7 months ago
JSON representation

A small program to automatically log me in to lectures that I attend at university.

Awesome Lists containing this project

README

          

# Usage
The following steps are required to run the program:
- Install pwsh using `winget install --id Microsoft.PowerShell --source winget`.
- Install python using `winget install --id Python.Python.3.10`.
- Install playwright using `pip install playwright`.
- Setup playwright using `playwright install`.

Executing the program is as simple as running `./script/run.bat` from the root of the project.