# rauchg/slackin

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/rauchg-slackin).**

6,499 stars · 1,301 forks · JavaScript · MIT

## Links

- GitHub: https://github.com/rauchg/slackin
- Homepage: http://rauchg.com/slackin/
- awesome-repositories: https://awesome-repositories.com/repository/rauchg-slackin.md

## Description

Public Slack organizations made easy

## Tags

### Business & Productivity Software

- [Team Workspace Invitations](https://awesome-repositories.com/f/business-productivity-software/team-workspace-invitations.md) — Automates the process of inviting new members to a Slack workspace through a public landing page and email submission.
- [Automated Invitation APIs](https://awesome-repositories.com/f/business-productivity-software/team-workspace-invitations/automated-invitation-apis.md) — Accepts email submissions and automatically sends Slack workspace invitations via an API endpoint.
- [Automated Slack Invitations](https://awesome-repositories.com/f/business-productivity-software/team-workspace-invitations/automated-slack-invitations.md) — Accepts email submissions through a web form or API and sends Slack workspace invitations automatically. ([source](https://github.com/rauchg/slackin/blob/master/package.json))
- [Slack Invite Landing Pages](https://awesome-repositories.com/f/business-productivity-software/team-workspace-invitations/slack-invite-landing-pages.md) — Presents a public page where visitors enter their email to receive an automated Slack workspace invitation. ([source](https://github.com/rauchg/slackin/blob/master/readme.md))
- [Workspace Invitation Landing Pages](https://awesome-repositories.com/f/business-productivity-software/team-workspace-invitations/workspace-invitation-landing-pages.md) — Delivers a public web page where visitors can enter their email to request a Slack workspace invitation. ([source](https://github.com/rauchg/slackin/blob/master/web.config))

### Networking & Communication

- [CAPTCHA-Protected Invitation Forms](https://awesome-repositories.com/f/networking-communication/invite-link-management/invitation-link-management/invitation-processing/captcha-protected-invitation-forms.md) — Uses Google reCAPTCHA on the invitation form to block automated or malicious Slack invitation requests.
- [CAPTCHA-Protected Invitations](https://awesome-repositories.com/f/networking-communication/invite-link-management/invitation-link-management/invitation-processing/captcha-protected-invitations.md) — Blocks automated or malicious invitation requests by integrating Google reCAPTCHA on the invitation form.
- [Slack Integrations](https://awesome-repositories.com/f/networking-communication/slack-integrations.md) — Authenticates with Slack using a token provided via environment variables for workspace access.
- [Automated Invitation Flows](https://awesome-repositories.com/f/networking-communication/slack-integrations/automated-invitation-flows.md) — Uses Slack's Web API to programmatically send invitations, bypassing manual admin approval.
- [Embeddable Invitation Badges](https://awesome-repositories.com/f/networking-communication/invite-link-management/invitation-link-management/invitation-processing/embeddable-invitation-badges.md) — Provides a small, embeddable badge that displays the current member count and links to the invitation page. ([source](https://github.com/rauchg/slackin/blob/master/web.config))
- [Public Workspace Metadata APIs](https://awesome-repositories.com/f/networking-communication/slack-integrations/workspace-api-management/public-workspace-metadata-apis.md) — Exposes workspace metadata such as online user count and response times through a JSON API endpoint.
- [Socket.io Applications](https://awesome-repositories.com/f/networking-communication/socket-io-applications.md) — Maintains a persistent WebSocket connection via Socket.IO to broadcast real-time member count updates.

### Security & Cryptography

- [Invitation Resending](https://awesome-repositories.com/f/security-cryptography/user-invitation-systems/invitation-resending.md) — Integrates Google reCAPTCHA on the invitation form to block automated or malicious submissions. ([source](https://github.com/rauchg/slackin))
- [CAPTCHA-Protected Invitations](https://awesome-repositories.com/f/security-cryptography/user-invitation-systems/invitation-resending/captcha-protected-invitations.md) — Integrates Google reCAPTCHA on the invitation form to block automated or malicious invite requests. ([source](https://github.com/rauchg/slackin/blob/master/readme.md))

### Software Engineering & Architecture

- [Automated Approval Rules](https://awesome-repositories.com/f/software-engineering-architecture/approval-workflows/automated-approval-rules.md) — Processes invitation requests without requiring manual approval from workspace administrators. ([source](https://github.com/rauchg/slackin/tree/master/bin))

### User Interface & Experience

- [Workspace Invitation Landing Pages](https://awesome-repositories.com/f/user-interface-experience/landing-page-templates/workspace-invitation-landing-pages.md) — Collects email addresses and sends Slack workspace invitations without manual approval via an automated landing page.
- [Badges](https://awesome-repositories.com/f/user-interface-experience/badges.md) — Embeds a badge on any website that shows the current number of connected Slack users, updated live via socket.io. ([source](https://github.com/rauchg/slackin/blob/master/readme.md))
- [Live Count](https://awesome-repositories.com/f/user-interface-experience/badges/live-count.md) — Embeds a real-time badge showing the number of currently connected Slack users, updated via socket.io. ([source](https://github.com/rauchg/slackin))
- [Static Count](https://awesome-repositories.com/f/user-interface-experience/badges/static-count.md) — Provides an SVG badge that shows the Slack member count and works in static contexts like GitHub README files. ([source](https://github.com/rauchg/slackin))

### Web Development

- [RESTful API Frameworks](https://awesome-repositories.com/f/web-development/restful-api-frameworks.md) — Serves JSON endpoints and web pages using the Express.js framework for routing and request processing.
- [Workspace Metadata Endpoints](https://awesome-repositories.com/f/web-development/api-endpoint-metadata/workspace-metadata-endpoints.md) — Exposes workspace metadata such as online user count and response times through a JSON endpoint. ([source](https://github.com/rauchg/slackin/blob/master/readme.md))
- [Badge Generation Libraries](https://awesome-repositories.com/f/web-development/badge-generation-libraries.md) — Generates SVG badges server-side that display member counts for embedding in static contexts.
- [Invitation Badges](https://awesome-repositories.com/f/web-development/badge-generation-libraries/counter-badges/invitation-badges.md) — Creates an SVG badge showing the current member count that can be embedded on external sites to promote the Slack workspace. ([source](https://github.com/rauchg/slackin/blob/master/package.json))
- [CAPTCHA-Guarded Submissions](https://awesome-repositories.com/f/web-development/form-processing/asynchronous-form-submissions/captcha-guarded-submissions.md) — Integrates Google reCAPTCHA on the invitation form to prevent automated abuse.

### Data & Databases

- [Embeddable Metric Badges](https://awesome-repositories.com/f/data-databases/real-time-data-streaming/real-time-charting-engines/embeddable-metric-badges.md) — Generates an SVG badge that shows the current member count and links to the invitation page for external embedding.
