https://github.com/bogyli/wu-parents-registration
Script to trigger parents registration process of WebUntis
https://github.com/bogyli/wu-parents-registration
Last synced: 3 months ago
JSON representation
Script to trigger parents registration process of WebUntis
- Host: GitHub
- URL: https://github.com/bogyli/wu-parents-registration
- Owner: BOGYLI
- License: mit
- Created: 2023-06-30T11:41:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T10:53:27.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T03:30:31.836Z (5 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Register your students parents in WebUntis
This tool lets you trigger the first step of registration for your students parents on WebUntis.
You can take a text file with email addresses of the parents to let the script run through that
list and fill each email into the official registration form of WebUntis. After that the parents
will get a registration email from WebUntis to complete their registration.
This way it'S more easy for the parents to get in.## Usage
1. Get a list of emails like this one.
```
[email protected]
[email protected]
...
```
2. Install requirements
`pip install -r requirements.txt`3. Run the script with arguments
`python register_parents.py --school-url nessa.webuntis.com --mails path/to/parentsmail.txt`