GitHub bot that automatically verifies PRs with new playlist entries for mackorone's spotify-playlist-archive
Go to file
Maciej Pędzich (Mac) 8a086eeb26
Merge pull request #1 from maciejpedzich/dev
Add 400 to the list of expected status codes
2023-02-23 18:49:35 +01:00
.gitignore Ignore GitHub App private keys 2023-02-23 18:47:42 +01:00
.prettierrc Create Prettier config 2022-09-12 12:45:25 +02:00
bot.ts Add 400 to the list of expected status codes 2023-02-23 18:48:41 +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