https://github.com/kevinadhiguna/line-automation
A python script that allows you to send a message and an image through a LINE Notify account ๐จ
https://github.com/kevinadhiguna/line-automation
jupyter-notebook line line-automation line-notify python
Last synced: 4 months ago
JSON representation
A python script that allows you to send a message and an image through a LINE Notify account ๐จ
- Host: GitHub
- URL: https://github.com/kevinadhiguna/line-automation
- Owner: kevinadhiguna
- Created: 2021-04-17T18:49:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T03:04:06.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T13:20:28.385Z (6 months ago)
- Topics: jupyter-notebook, line, line-automation, line-notify, python
- Language: Jupyter Notebook
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
LINE automation
A python script that allows you to send a message and an image through a LINE Notify account ๐จ
## โจ How to Run :
1. Login to LINE Notify at https://notify-bot.line.me/my/services/new

2. Click My page option in the dropdown

3. Click the Generate Token button to generate your token

4. Place your token in the `token` variable either in `line.py` or `LINE_Automation.ipynb`

5. Open terminal or command prompt (cmd) then install required library : `pip install requests` or `pip3 install requests`
6. Run the program : `python line.py` or `python3 line.py`. If you want to run `LINE_Automation.ipynb`, you can run it in Google Collab or your local machine with [Anaconda](https://www.anaconda.com/) platform.
## :camera_flash: Results :
### Send a message
### Send a message and a picture
## Resource
- [LINE Notify API Docs](https://notify-bot.line.me/doc/en/)
## Reference
- [ใไปไบใฎ่ชๅๅใPythonใงLINEใๆไฝใใกใใปใผใธใ็ปๅใ่ชๅใธ้ไฟกใใใ๏ผใๅๅฟ่ ใฎๆนใใใใใใใใใใซ่งฃ่ชฌใby Kinocode](https://youtu.be/FuCJd0ftVsU)
