https://github.com/miserlou/zappa-slack-inviter
A server-less Slack inviter
https://github.com/miserlou/zappa-slack-inviter
inviter lambda server serverless signup slack zappa
Last synced: over 1 year ago
JSON representation
A server-less Slack inviter
- Host: GitHub
- URL: https://github.com/miserlou/zappa-slack-inviter
- Owner: Miserlou
- Created: 2016-08-22T00:51:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T22:23:05.000Z (about 9 years ago)
- Last Synced: 2025-02-28T15:02:17.816Z (over 1 year ago)
- Topics: inviter, lambda, server, serverless, signup, slack, zappa
- Language: HTML
- Homepage: https://slack.zappa.io/
- Size: 5.86 KB
- Stars: 32
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zappa-slack-inviter
A teeny tiny server-less Slack channel inviter.
## Installation
```
git clone https://github.com/Miserlou/zappa-slack-inviter
cd zappa-slack-inviter
virtualenv env && source env/bin/activate && pip install -r requirements.txt
```
Then add your [token](https://api.slack.com/docs/oauth-test-tokens) and channel settings into `app.py` using your favorite text editor, then `zappa init` and `zappa deploy`.
## Custom Domains
To deploy your inviter with a custom domain and auto-renewing Let's Encrypt certificate, see [this chapter of the Zappa documentation](https://github.com/Miserlou/Zappa/blob/master/docs/domain_with_free_ssl_dns.md).