Easy and fast python SNS notifier.
Project description
Notipy
How to use pyPager's email system
Create Note object :
my_note = note.NOTE()
Select Email :
mail = my_note.Email(YOUR_EMAIL_ID, YOUR_EMAIL_PASSWORD)
Set recevier's mail address, addressee, sender :
mail.recevier = "receiver_addr@gmail.com"
mail.message = MESSAGE
mail.set_from = ME
mail.set_to = YOU
mail.set_subject = SUBJECT
Send email
mail.send_email()
How to use pyPager with Line
Get Line Notify Token
- Access to https://notify-bot.line.me/doc/en/
- Login with Line Account
- Go to Mypage
- Generate Access Token
Set your Line Token in config.py
# Line Token
LINE_API_ID = "{Your Line Account}"
LINE_API_PASSWORD = "{Your Token}"
Create Note object :
my_note = note.NOTE()
Select Line and set messages:
line = my_note.Line(LINE_API_ID, LINE_API_PASSWORD)
line.message = "Model Training Finished!"
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
py-multi-pager-0.2.1.tar.gz
(2.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py-multi-pager-0.2.1.tar.gz.
File metadata
- Download URL: py-multi-pager-0.2.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3.post20200330 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0d4ad3bf5dfcbe8ebdca8f700ddc1d09ccdf9eb28d71320b419709bed55bd80
|
|
| MD5 |
8aec69bf3838efca415ca9e611809ce3
|
|
| BLAKE2b-256 |
95b607e39e44369b2c885b751be75fcd80b54b7eecf8d0c497168e857ddc9b10
|
File details
Details for the file py_multi_pager-0.2.1-py3-none-any.whl.
File metadata
- Download URL: py_multi_pager-0.2.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3.post20200330 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ae1e7a30993186a98a63c43021d8d20e51a90bf3dd53e1a47584f35563a0cc8
|
|
| MD5 |
7f6dd9ef3e47ac2a248e4ab56999a553
|
|
| BLAKE2b-256 |
676475b5f30852cf43ce403f3fdd577ef7592dd725ba4f705fccfe4e48adfc94
|