Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanbohacek/slack-invite-glitch
https://github.com/stefanbohacek/slack-invite-glitch
auto-invite group invite slack
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stefanbohacek/slack-invite-glitch
- Owner: stefanbohacek
- Created: 2017-03-18T06:03:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T12:51:45.000Z (almost 6 years ago)
- Last Synced: 2024-11-07T18:12:09.792Z (3 months ago)
- Topics: auto-invite, group, invite, slack
- Language: HTML
- Size: 305 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auto-invite page for your Slack community
This is a simple Slack auto-invite page based on the one used on [botmakers.org](https://botmakers.org/).
[See preview.](slack-invite-glitch)
## Setup
1. Get your [Slack token](https://api.slack.com/custom-integrations/legacy-tokens).
2. Update your `.env` file:```
COMMUNITY_NAME='My community'
COMMUNITY_DESCRIPTION='Short description of your community.'
SLACK_URL='https://mycommunity.slack.com/'
SLACK_TOKEN='SECRETSTUFF123'
CONTACT='[email protected]'
EMAIL_DOMAIN_BLACKLIST="mailinator.com,temporarily.de,gamergate.us"
```
3. Update the `coc.handlebars` file?
4. Enjoy!Optionally, you can update the `.handlebars` files manually, if you'd like to add more text, links to your social media, etc.
Also, if you add a lot of text into the footer, you might have to add extra padding to the `section` element. Look for a line that says `padding: 0 0 5em;` inside the`public/css/styles.css` stylesheet.
## TODO
- Move images to `assets`
- The `assets` folder doesn't seem to support SVGs
- Add a more generic favicon/images.
- Clean up the generated CSS file?
- Add explanation of the `.handlebars` files.