An open API service indexing awesome lists of open source software.

https://github.com/machinecyc/realtimenotify


https://github.com/machinecyc/realtimenotify

Last synced: about 1 year ago
JSON representation

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/)