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.0.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.0.tar.gz.
File metadata
- Download URL: py-multi-pager-0.2.0.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 |
97087a7def7716847df94d440249fd163e19f2cd327e173bdd0bc19d4ae9d37a
|
|
| MD5 |
d54d509786f0af6ed909ea310cde9c0c
|
|
| BLAKE2b-256 |
0bf7192193d61f3354851e5ee21dbdc25a401650be106b7a43a758a4fa955c6a
|
File details
Details for the file py_multi_pager-0.2.0-py3-none-any.whl.
File metadata
- Download URL: py_multi_pager-0.2.0-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 |
a4c1bc8fb3661d81ca18e7e9506829ab6de5956e75cbf1f899dc76cc40b9dd28
|
|
| MD5 |
ff42b557bb89c30ada4667a22bed9e11
|
|
| BLAKE2b-256 |
f2de7a66381a128d630fbeca77eba7f0dd433c2a1e16e4c428090016e9340272
|