/slack-sandbox

a repo for experimentation without worry

Primary LanguageJavaScriptMIT LicenseMIT

🏖️ 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.

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.sdkai/
 | tools/
 | - bolt-python/
 | - python-slack-sdk/