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.
- Host: GitHub
- URL: https://github.com/connorsweeneydev/attendancelogger
- Owner: ConnorSweeneyDev
- Created: 2024-10-01T21:38:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-28T14:27:05.000Z (about 1 year ago)
- Last Synced: 2025-10-24T22:37:35.168Z (7 months ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.