Skip to content

Commit 1f2d992

Browse files
example secrets
1 parent f0c8de3 commit 1f2d992

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.vs/notifications/v16/.suo

19 KB
Binary file not shown.

MyExampleSecrets.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# dictionary of personal credentials ( like pushsafer , email , paswords , ....)
2+
secrets = {
3+
'PUSHSAFER_PRIVATE_KEY': "abcd1234efghijkl567",
4+
'PUSHSAFER_DEVICE_ID': "12345",
5+
'MY_EMAIL': 'my_email@gmail.com',
6+
7+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ generate notifications on your smartphone \
55
# Related prerequisites
66
> Python 3.9 \
77
> activate ( free ) your personal account on https://www.pushsafer.com/ \
8-
> fill in personal data in **'MySecrets.py'** before using the Python code\
8+
> fill in personal data in **'MyExampleSecrets.py'** and rename the file **'MySecrets.py'** before using the Python code\
99
> Tested on Android devices with third party 'pushsafer' app installed
1010
1111
# Third party needed setup

0 commit comments

Comments
 (0)