https://github.com/gisce/slack-aquaman
https://github.com/gisce/slack-aquaman
aquaservice hacktoberfest python slack
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gisce/slack-aquaman
- Owner: gisce
- Created: 2022-06-01T20:42:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T03:45:56.000Z (about 3 years ago)
- Last Synced: 2025-03-04T21:31:07.079Z (over 1 year ago)
- Topics: aquaservice, hacktoberfest, python, slack
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```