I always forget to fill out this form at the beginning of the day, which produces a situation of delay and even danger when I have to use my cell phone outside the university.
Since the university does not impose any security measures on this form, anyone can fill out the form, so I decided to create a bot to do it for me.
- Fork this repository
- Add your RUT as 'rut' on Github Actions ENV
- Settings
- Secrets
- Actions
- New Repository Secret
- Name: rut
- Value: YOUR_RUT
- New Repository Secret
- Click Actions
- Click on "I understand my workflows, go ahead and enable them"
- On "Workflows" click "BOT RUN"
- Click on "Enable Workflow"
- Click Run Workflow
- Run Workflow
- Enjoy!
This script runs every 10 minutes (or when GitHub decides it's the best time to run the action), this will ensure the authorization every day.
Franco Sanllehi - @SanllehiFranco - [email protected]
Project Link: https://github.com/DmACKGL/AutoCOVID
Distributed under the MIT License. See LICENSE.txt
for more information.
Line 110 in 25bbfa1