chore: finish up w/ readme

This commit is contained in:
Saahil 2024-10-13 01:07:35 -04:00 committed by GitHub
parent cefad57bb7
commit 6ff90c7dbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 37 additions and 2 deletions

View file

@ -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://<domain>/slack/callback"
],
"scopes": {
"user": [
"identity.avatar",
"identity.basic",
"identity.team"
]
}
},
"settings": {
"org_deploy_enabled": false,
"socket_mode_enabled": false,
"token_rotation_enabled": false
}
}
```

View file

@ -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/)