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

https://github.com/wasabina67/incoming-webhooks-example

Incoming Webhooks example
https://github.com/wasabina67/incoming-webhooks-example

incoming-webhooks pipenv pyenv slack-api

Last synced: about 1 month ago
JSON representation

Incoming Webhooks example

Awesome Lists containing this project

README

        

# incoming-webhooks-example
Incoming Webhooks example

## Setup

```bash
cp -p .env.example .env
```

```bash
pipenv shell
```

```bash
pipenv sync
```

## Run

```bash
python send.py
```

```bash
bash send.sh
```