Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ad Tools (YouTube Command Center)

V1 command center for YouTube placement research:

  • Create projects
  • Run keyword queries against YouTube Search API
  • Collect channel/video IDs
  • Enrich with stats (views/subscribers)
  • Export query CSV or project-level deduped CSV

Quick start

  1. Install dependencies
npm install
  1. Create env file
copy .env.example .env
  1. Set your YOUTUBE_API_KEY in .env

  2. Push schema to local SQLite

npx prisma db push --accept-data-loss
npx prisma generate
  1. Run app
npm run dev

Open: http://localhost:3000

Environment variables

See .env.example:

  • DATABASE_URL (default local SQLite)
  • YOUTUBE_API_KEY
  • PORT

About

Connect to the YouTube API, query the content, and gather lists of video and channel IDs for targeting advertising on YouTube. Let's you export the list for a single query or the whole project.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages