diff --git a/hackclub-spotify-bot/README.md b/hackclub-spotify-bot/README.md new file mode 100644 index 0000000..7a38911 --- /dev/null +++ b/hackclub-spotify-bot/README.md @@ -0,0 +1,35 @@ +## Hackclub Community playlist + +This is for the hackclub community to have a public playlist that they can contribute to. + +Slack bot manifest: +``` +{ + "display_information": { + "name": "Hackclub Spotify", + }, + "features": { + "bot_user": { + "display_name": "Hackclub Spotify", + "always_online": true + } + }, + "oauth_config": { + "redirect_urls": [ + "https:///slack/callback" + ], + "scopes": { + "user": [ + "identity.avatar", + "identity.basic", + "identity.team" + ] + } + }, + "settings": { + "org_deploy_enabled": false, + "socket_mode_enabled": false, + "token_rotation_enabled": false + } +} +``` \ No newline at end of file diff --git a/hackclub-spotify-bot/TODO.md b/hackclub-spotify-bot/TODO.md index d3c0890..264f48f 100644 --- a/hackclub-spotify-bot/TODO.md +++ b/hackclub-spotify-bot/TODO.md @@ -1,8 +1,8 @@ -- [ ] Slack stuff +- [x] Slack stuff - - ~~[ ] web api [docs](https://tools.slack.dev/node-slack-sdk/web-api/)~~ - - [x] send messages thru zeon https://github.com/NeonGamerBot-QK/slack-zeon/blob/092d324c7c58d37e2165ecf0a6798a983c75e7d2/src/modules/slackapp.ts#L19-L53 - - [x] oauth [docs](https://tools.slack.dev/node-slack-sdk/oauth) -- - [ ] fix the [channel](https://app.slack.com/client/T0266FRGM/C07RE4N7S4B) +- - [x] fix the [channel](https://app.slack.com/client/T0266FRGM/C07RE4N7S4B) - - - [x] Add ping for new-song event & send message ovs - [x] Spotify - - [x] web api [docs](https://developer.spotify.com/documentation/web-api/)