generate notifications on your smartphone

Python 3.9
activate ( free ) your personal account on https://www.pushsafer.com/
fill in personal data in 'MyExampleSecrets.py' and rename the file 'MySecrets.py' before using the Python code
Tested on Android devices with third party 'pushsafer' app installed
Create account/register on https://www.pushsafer.com/
you receive private key which shall be used in the Python program
Buy with PayPal min.1000 calls for only 0.99€ ( or even less for more calls )
create the Android device ( which have the app intalled ) on your dashboard at pushsafer![]()
Install 'Pushsafer' on your Android device (this will be the 'app' generating the notifications called by your python program to pushsafer provider)
Finally : test it online before starting with Python coding
if you dont want to use a third party like 'pushsafer' , you need to do the following setups extra and they are much more work than the price of the notification calls at pushsafer , just to mention....
you need to write your own Android app which will handle/create the notifications on your device and also handle communication to a fix IP server or domain name.
That server need some code to establish a communication between the request of this python program and your Android application program , and must also be available 24/24
