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:
zeon-neon[bot] 2024-10-12 22:01:20 +00:00 committed by Saahil
parent a1a2029960
commit 2df5c23732
Signed by: neon
GPG key ID: 8A8B64515254CFC6

View file

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