Skip to content

A simple Flask app to view trending YouTube video in various countries.

License

Notifications You must be signed in to change notification settings

ok3721/youtube-trending-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Trending Explorer

A simple Flask app to view trending YouTube video in various countries.

sample

Features

  • Filter trending video by region and category
  • Export result to csv/xlsx/json/etc..
  • Basic API to call

Installation

  1. Get a YouTube API Key
  1. Run it on Docker:
docker run -p 5000:5000 -e API_KEY=YOUR_API_KEY -d ok3721/youtube-trending-explorer:v0.1

For extra security, you can set up API key as secrets in Docker Compose, see How to use secrets in Docker Compose for more info.

Usage

  • Web: Visit localhost:5000, click Submit after select category and region.

Note: some categories may return empty results

Credits

Bootstrap Table

About

A simple Flask app to view trending YouTube video in various countries.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published