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

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

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
```