Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gisce/slack-aquaman


https://github.com/gisce/slack-aquaman

aquaservice hacktoberfest python slack

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# Aquaman (Aquaservice Slack Bot)

## Install

```sh
pip install -r requirements.txt
```

## Run

Export the following vars

```sh
export SLACK_BOT_TOKEN=xoxb-XXXXXXXXX
export SLACK_SIGNING_SECRET=XXXXXXXXX
export SLACK_APP_TOKEN=xapp-XXXXXXXX
export AQUASERVICE_TOKEN=XXXXXXX
export AQUASERVICE_PIN=XXXXX
export AQUASERVICE_CONTRACT=XXXXX

python aquaman/app.py
```