Skip to content

PatrickBelgium/notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notifications

generate notifications on your smartphone
506424521-5277da29-2678-4e89-8d9d-84c6b3026894

Related prerequisites

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

Third party needed setup

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 490970964-3628d40b-3cf1-4538-8591-51313035b462
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

490971255-3921006a-7645-4491-ba66-cddb23f9f93a

console results

491151981-c1337a0b-dec3-4bca-b4d1-063da162e398

Why third party needed ?

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

About

generate notifications on your smartphone

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages