Skip to content

Just a small python script to alert you when your machine(s) are close to being done

License

Notifications You must be signed in to change notification settings

okanten/MieleLogicAlert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MieleLogicAlert

Just a small script that interacts with the API that mielelogic.com uses to update its web-interface.

Will alert you when assigned machines are close to being finished.

Requirements

pip install requests py-notifier

See requirements.txt

Usage

Insert your mielelogic.com credentials in user.txt

NOTE: As of now, this is hardcoded to only check the machines at Remmen Studentboliger.

If you live at Bjolstad change this line in model/machine.py:

response = requests.get(self.url_remmen, headers=headers)

to

response = requests.get(self.url_bjolstad, headers=headers)

About

Just a small python script to alert you when your machine(s) are close to being done

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages