https://github.com/wasabina67/line-notify-api-example
LINE Notify API example
https://github.com/wasabina67/line-notify-api-example
line-notify-api pipenv pyenv
Last synced: 11 months ago
JSON representation
LINE Notify API example
- Host: GitHub
- URL: https://github.com/wasabina67/line-notify-api-example
- Owner: wasabina67
- License: mit
- Created: 2024-08-14T09:12:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T15:07:33.000Z (almost 2 years ago)
- Last Synced: 2024-09-07T16:35:22.882Z (almost 2 years ago)
- Topics: line-notify-api, pipenv, pyenv
- Language: Python
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# line-notify-api-example
LINE Notify API example
## Setup
```bash
cp -p .env.example .env
```
```bash
pipenv shell
```
```bash
pipenv sync
```
## Run
```bash
python notify.py
```
```bash
bash notify.sh
```