mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-14 21:19:36 +00:00
enhancement(lint): Fix lint errors for hackclub-spotify-bot/TODO.md
Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> Signed-off-by: Saahil <neon@saahild.com>
This commit is contained in:
parent
a1a2029960
commit
2df5c23732
1 changed files with 15 additions and 16 deletions
|
@ -1,16 +1,15 @@
|
|||
- [ ] 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] Add ping for new-song event & send message ovs
|
||||
- [ ] Spotify
|
||||
- - [x] web api [docs](https://developer.spotify.com/documentation/web-api/)
|
||||
- - [x] oauth [docs](https://developer.spotify.com/documentation/general/guides/authorization-guide/)
|
||||
- - [x] refresh token [docs](https://developer.spotify.com/documentation/general/guides/authorization-guide/#refresh-an-access-token)
|
||||
- - [x] playlist tools (creation,modifcation,deletion)
|
||||
- [x] keydb (quick db or smthing)
|
||||
- [x] express
|
||||
- [ ] transparency of added songs
|
||||
- - [ ] export db -> into csv with properties (slack_id, url, added_at)
|
||||
|
||||
- [ ] 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] Add ping for new-song event & send message ovs
|
||||
- [ ] Spotify
|
||||
- - [x] web api [docs](https://developer.spotify.com/documentation/web-api/)
|
||||
- - [x] oauth [docs](https://developer.spotify.com/documentation/general/guides/authorization-guide/)
|
||||
- - [x] refresh token [docs](https://developer.spotify.com/documentation/general/guides/authorization-guide/#refresh-an-access-token)
|
||||
- - [x] playlist tools (creation,modifcation,deletion)
|
||||
- [x] keydb (quick db or smthing)
|
||||
- [x] express
|
||||
- [ ] transparency of added songs
|
||||
- - [ ] export db -> into csv with properties (slack_id, url, added_at)
|
||||
|
|
Loading…
Reference in a new issue