hackclub-nest/hackclub-spotify-bot
Saahil 95d79f8d59
Some checks are pending
Remote SSH Command / Build (push) Waiting to run
chore: add warning
2024-10-26 17:32:41 -04:00
..
src chore: add warning 2024-10-26 17:32:41 -04:00
.env.example feat: spotify + slack (#3) 2024-10-13 00:19:50 -04:00
.gitignore feat: spotify + slack (#3) 2024-10-13 00:19:50 -04:00
package.json feat: spotify + slack (#3) 2024-10-13 00:19:50 -04:00
README.md enhancement(lint): Fix lint errors for hackclub-spotify-bot/README.md 2024-10-13 05:07:38 +00:00
TODO.md chore: finish up w/ readme 2024-10-13 01:07:35 -04:00
yarn.lock feat: spotify + slack (#3) 2024-10-13 00:19:50 -04:00

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
    }
}