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.2.tar.gz
(3.2 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.2.tar.gz.
File metadata
- Download URL: py-multi-pager-0.2.2.tar.gz
- Upload date:
- Size: 3.2 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 |
9fb8a6c1c084ac007d297c0617ef0e92d2678747445732cb0a323db6bd8aa464
|
|
| MD5 |
b71f4b50751191176e31c2fd10522f87
|
|
| BLAKE2b-256 |
856a311211ef151d47859d95b49d5ed8f6dd02b2f2cb6e9d9f9be1bec5b5b23a
|
File details
Details for the file py_multi_pager-0.2.2-py3-none-any.whl.
File metadata
- Download URL: py_multi_pager-0.2.2-py3-none-any.whl
- Upload date:
- Size: 5.3 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 |
b6467719203cba9af447ab451e26407fb3a9b8c9fe05c7e214a50a9f2fb7e239
|
|
| MD5 |
fbfb88e1f9420b80fd2336ffe18ff025
|
|
| BLAKE2b-256 |
46c6df51b6cf3d9b3c321fce3231b52893519980fabe27096869435cd416e6d7
|