Receive notifications when provider services expires
Features of ExpiryService:
- Receive notifications when services expires
- Provides an API interface to dynamically update provider data
- Get Mail or Telegram notifications
- Supports Provider AldiTalk and Netzclub
install ExpiryService with pip
pip3 install ExpiryService
or from source
sudo python3 setup.py install
Print the available arguments for ExpiryService
ExpiryService --help
logs can be found in /var/log/ExpiryService
add your current user to group syslog, this allows the application/scripts to create a folder in
/var/log. Replace <user> with your current user
sudo adduser <user> syslog
to apply this change, log out and log in again and check with the terminal command groups
All changes and versioning information can be found in the CHANGELOG