This is the start of a Slack bot for Noon Pacific.
The bot will notify all teams it has been invited to of the latest Noon Pacific playlist. It also allows you to query and get the tracks for any playlist.
Commands can either be a direct message or direct mention
| Command | Action |
|---|---|
latest |
Get the latest playlist |
{number} |
Get Noon // {number} |
help |
Show bot help |
This bot was created to run on the BeepBoop platform.
- Fork this repo and
cdinto it - Run
npm install - Go to the BeepBoop projects page and create a new bot from forked Github repo.
- Make sure the bot is a multi-team bot on the BeepBoop settings page with Slack client id and secret.
- Start the bot on BeepBoop.
- To run Locally, run
npm run devfor dev mode ornpm run prodfor a production environment.
