Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openfaas/cloud-functions
OpenFaaS social functions
https://github.com/openfaas/cloud-functions
community join-bot openfaas slackbot social-media
Last synced: about 1 month ago
JSON representation
OpenFaaS social functions
- Host: GitHub
- URL: https://github.com/openfaas/cloud-functions
- Owner: openfaas
- License: mit
- Created: 2018-09-18T18:52:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T09:12:42.000Z (about 1 year ago)
- Last Synced: 2024-05-01T09:47:56.030Z (8 months ago)
- Topics: community, join-bot, openfaas, slackbot, social-media
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 28
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cloud-functions
Functions used by OpenFaaS Community
## join-welcome
This function is a bot that welcomes anyone who joins the #openfaas channel.
```sh
export slack_incoming_webhook_url="URL"
export slack_signing_token="SIGNING_TOKEN"faas-cli cloud seal --name openfaas-cloud-functions-secrets \
--literal slack-incoming-webhook-url="$slack_incoming_webhook_url" \
--literal slack-signing-token="$slack_signing_token" \
--cert=./pub-cert.pem
```## signup
This function redirects to the OpenFaaS Cloud Community Cluster sign-up page.
## slack
Redirects to the Slack sign-up instructions.