GitHub bot that automatically verifies PRs with new playlist entries for mackorone's spotify-playlist-archive
Go to file
2023-02-04 01:18:05 +01:00
.gitignore Initial commit 2022-09-11 12:38:27 +02:00
.prettierrc Create Prettier config 2022-09-12 12:45:25 +02:00
bot.ts Add https directory link to URL file name message 2023-02-02 17:46:58 +01:00
getPlaylistIdFromUrl.ts Show a rename warning for valid playlist URLs 2023-01-27 14:22:17 +01:00
LICENSE Initial commit 2022-09-11 12:38:27 +02:00
package-lock.json Install metadata-scraper 2022-09-21 22:38:18 +02:00
package.json Install metadata-scraper 2022-09-21 22:38:18 +02:00
README.md Add development instructions 2023-02-04 01:18:05 +01:00
run.ts Show a rename warning for valid playlist URLs 2023-01-27 14:22:17 +01:00
tsconfig.json Change compiler target to ESNext 2022-09-12 22:15:05 +02:00

playlist-entry-validator

GitHub bot that automatically verifies pull requests with new playlist entries for spotify-playlist-archive repo.

Development

Prerequisites

  • Node.js version 18 or later

Setup

(You only need to do this once)

  1. Fork and clone the repo. Then open your command line, cd into the project's directory, and run npm install
  2. Follow this guide to create your own GitHub app and configure environment variables

Running in dev mode

npm run dev

License

MIT