Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T03:04:06.000Z (over 2 years ago)
- Last Synced: 2024-11-12T13:38:58.582Z (2 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
![image](https://user-images.githubusercontent.com/43397636/115124744-0d5a8100-9fee-11eb-9f2c-47934a49d424.png)
2. Click My page option in the dropdown
![image](https://user-images.githubusercontent.com/43397636/115124759-2d8a4000-9fee-11eb-84e3-e17c1c9545c6.png)
3. Click the Generate Token button to generate your token
![image](https://user-images.githubusercontent.com/43397636/115124796-63c7bf80-9fee-11eb-8173-b11b81018c38.png)
4. Place your token in the `token` variable either in `line.py` or `LINE_Automation.ipynb`
![image](https://user-images.githubusercontent.com/43397636/115124833-940f5e00-9fee-11eb-82b2-51388e46cbe5.png)
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)
![Hello !](https://api.visitorbadge.io/api/VisitorHit?user=kevinadhiguna&repo=LINE-automation&label=thanks%20for%20dropping%20in%20!&labelColor=%23000000&countColor=%23FFFFFF)