mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-14 21:19:36 +00:00
chore: finish up w/ readme
This commit is contained in:
parent
cefad57bb7
commit
6ff90c7dbc
2 changed files with 37 additions and 2 deletions
35
hackclub-spotify-bot/README.md
Normal file
35
hackclub-spotify-bot/README.md
Normal 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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
|
@ -1,8 +1,8 @@
|
||||||
- [ ] Slack stuff
|
- [x] Slack stuff
|
||||||
- - ~~[ ] web api [docs](https://tools.slack.dev/node-slack-sdk/web-api/)~~
|
- - ~~[ ] 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] 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)
|
- - [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] Add ping for new-song event & send message ovs
|
||||||
- [x] Spotify
|
- [x] Spotify
|
||||||
- - [x] web api [docs](https://developer.spotify.com/documentation/web-api/)
|
- - [x] web api [docs](https://developer.spotify.com/documentation/web-api/)
|
||||||
|
|
Loading…
Reference in a new issue