Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zimeg/slacks
somewhat simple sample slack apps
https://github.com/zimeg/slacks
Last synced: 21 days ago
JSON representation
somewhat simple sample slack apps
- Host: GitHub
- URL: https://github.com/zimeg/slacks
- Owner: zimeg
- License: mit
- Created: 2023-03-30T20:27:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T06:11:38.000Z (23 days ago)
- Last Synced: 2024-10-27T07:23:01.488Z (23 days ago)
- Homepage: https://github.com/zimeg/slack-sandbox
- Size: 5.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slacks
> somewhat simple slack apps
This repository has branches of sample apps for quick download and fast
installation. Some apps mirror changes to this [sandbox][sandbox]. Others serve
as starters and some test things.These apps might not be too interesting, but the one you make will be! Check out
[api.slack.com][docs] if you're curious!## Branching a new app
To create an app from branch, install the [CLI][cli] then run the following
commands with a branch of choice:```sh
$ slack create demo -t zimeg/slacks -b
$ cd demo
$ slack run # Start a development server
```### Notable branches
Certain branches have special apps with specific features for opportune cases.
> :warning: No attempt of `git` ettiquette is made. Force pushes happen often!
#### Sandboxed apps
Apps found in the upstream [sandbox][sandbox] should appear as options. Inspect
elsewhere for this truth.#### Starter apps
Setting up a minimal app with almost no additional detail is sometimes useful:
- `js.bolt.socket`: Bolt JS with Socket Mode
- `js.bolt.http`: Bolt JS with HTTP connections#### Experimented features
> :warning: Unexpected updates or removal to these branches is not impossible!
Occasional trials are made in testing specific features in certain circumstance:
- `HERMES-1158`: Workflow with the Giphy connector.
- `HERMES-3948`: Trigger definitions of all types.
- `HERMES-4685`: Two datastores only. No workflows.
- `HERMES-5547`: Functions made for distribution.And some branches used in testing:
- `HERMES-5043`: Testing uninstall/delete behaviors.
- `HERMES-5122`: Error when greeting @slackbot.[cli]: https://api.slack.com/automation/cli/install
[docs]: https://api.slack.com/docs/apps
[sandbox]: https://github.com/zimeg/slack-sandbox