This repository has been archived on 2020-02-17 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
d9eea40bd1092c53a90c6a32aeded594775c2320
Infomentor Tool
This tool is designed to check the infomentor portal and send notifications using mail or pushover api.
Usage
python3 -m venv venv
source venv/bin/activate
python setup.py install
python -m infomentor
After the first run a infomentor.ini file is available which has a few values to be entered.
Manage Users
Step 1 create a user
Provide the username and password for infomentor.
source venv/bin/activate
python -m infomentor --adduser <username>
Step 2 add notification mechanism
source venv/bin/activate
python -m infomentor --addmail <username>
or
source venv/bin/activate
python -m infomentor --addpushover <username>
Step 3 (optional) Add iCloud calendar
It is capable of syncing all the infomentor calendar elements to icloud calendar
source venv/bin/activate
python -m infomentor --addcalendar <username>
NB
The login process is a bit scary and mostly hacked. It happens often on the first run, that the login is not ready, the second run then should work without errors.
The script shall be run every 10 minutes, that will keep the session alive and minimize errors.
Description
Languages
Python
96.8%
HTML
2.7%
Dockerfile
0.5%