Skip to content

wmsci/YouTubeSortByLikes

 
 

Repository files navigation

YouTube Sort By Likes

Find the best quality videos from any channel! Like:View ratio is the best signal.

Screenshot of YouTube Sort By Likes

Note on the YouTube API Quota Limitations

⚠️ YouTube API Quota Limitations: This project uses the YouTube Data API which has a daily quota limit of 10,000 units. This is a hard limit that's difficult to increase - have to go through an audit with Google and submit documents, etc.

Will look into alternative approaches to getting video metadata for a channel:

To run locally

  1. Clone the repository:
git clone https://github.com/timf34/YouTubeSortByLikes.git
cd YouTubeSortByLikes
  1. Install dependencies:
npm install
  1. Create a .env.local file in the root directory:
YOUTUBE_API_KEY=your_api_key_here
  1. Run the development server:
npm run dev

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

See YouTube channels' videos sorted by likes!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.2%
  • JavaScript 1.7%
  • CSS 1.1%