a repo for unworried experimentation
http://localhost:3000 ↗// readme
🏖️ Slack sandbox
A repo for experimenting with and testing various APIs across various samples.
🐌 Experimental apps and such
At the moment, this is repo contains a few apps and scripts in different languages on various frameworks or libraries or sdks or whatever else.
- [Slack Send Github Action][gh_action]:
.github/workflows - [Deno Slack SDK][sdk_deno]:
deno.sdk.begut - [Java Slack SDK][sdk_java]:
java.sdk.gibra - Bolt for JavaScript:
js.bolt.tails - [Bolt for Python][bolt_python]:
py.bolt.snaek - [Python Slack SDK][sdk_python]:
py.sdk.todos
Each subdirectory will have more information on getting started and references to related documentation. Be warned that the apps might not make much sense.
🔧 Local libraries and tooling
For convenient tinkering, some of the apps above rely on local copies of their
Slack dependencies. These are searched for in a supposed ../tools directory.
Related repos can be cloned into the ../tools directory to create a file
structure like so (with this repo being called sandbox):
| sandbox/
| - py.bolt.snaek/
| - py.sdk.todos/
| tools/
| - bolt-python/
| - python-slack-sdk/