Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gisce/slack-aquaman
https://github.com/gisce/slack-aquaman
aquaservice hacktoberfest python slack
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gisce/slack-aquaman
- Owner: gisce
- Created: 2022-06-01T20:42:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T03:45:56.000Z (over 1 year ago)
- Last Synced: 2024-11-15T01:30:41.144Z (2 months 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=XXXXXpython aquaman/app.py
```