A simple web application to export YouTube playlists to an Excel file.
- ✅ Get basic video info
- ✅ Download as Excel
- 🚧 Limited to 50 videos per playlist
- 🚧 Missing data like views and likes
- ...
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Get a YouTube Data API key and save it in a .env
file as NUXT_PUBLIC_YOUTUBE_API_KEY
:
NUXT_PUBLIC_YOUTUBE_API_KEY=your-api-key
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev