From 2df5c237324753d0738dae784b698c00a7896b67 Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 22:01:20 +0000 Subject: [PATCH] enhancement(lint): Fix lint errors for hackclub-spotify-bot/TODO.md Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> Signed-off-by: Saahil --- hackclub-spotify-bot/TODO.md | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/hackclub-spotify-bot/TODO.md b/hackclub-spotify-bot/TODO.md index 0ca49b5..7bf6c50 100644 --- a/hackclub-spotify-bot/TODO.md +++ b/hackclub-spotify-bot/TODO.md @@ -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)