https://github.com/machinecyc/realtimenotify
https://github.com/machinecyc/realtimenotify
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/machinecyc/realtimenotify
- Owner: machineCYC
- Created: 2019-10-11T06:43:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T07:10:19.000Z (over 6 years ago)
- Last Synced: 2025-02-01T01:51:21.371Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RealtimeNotify
## Setup
1. create token in [line-notify-web](https://notify-bot.line.me/zh_TW/), detail information may consider below Reforence
2. create conf.py file and set token in conf.py
```
token = 'set your token'
```
## Reference
- [使用 Python 實作發送 LINE Notify 訊息](https://bustlec.github.io/note/2018/07/10/line-notify-using-python/)