sharatsachin / ytplaylist-len

A small web app to get the lengths of playlists on YouTube
https://ytplaylist-len.sharats.dev/
740 stars 114 forks source link
onrender-deploy webapp

🎥 YouTube Playlist Length 📊

Analyze YouTube playlists and videos with ease! Get detailed information about video durations and playlist lengths. It is hosted on render.com and you can check it out here.

🌟 Features

🚧 Future additions (if I ever get around to it)

🚀 Getting Started

  1. Clone the repository:

    git clone https://github.com/sharatsachin/ytplaylist-len.git
    cd ytplaylist-len
  2. Install dependencies:

    pip install -r requirements.txt
  3. Set up your YouTube API key:

    • Create a .env file in the project root
    • Add your API key(s):
      APIS=["YOUR_API_KEY"]
  4. Run the application:

    fastapi dev .\app.py
  5. Open your browser and navigate to http://localhost:8000

📝 Usage

  1. Enter YouTube playlist or video URLs in the input box
  2. (Optional) Specify a range of videos to analyze within playlists
  3. (Optional) Enter a custom playback speed
  4. Click "Analyze" to get detailed information about the playlists and videos

🤝 Contributing

I'm actually not looking for contributions to this repository, and I won't be actively watching it. However, feel free to fork the repository and make your own changes!

👏 Technologies Used

Made with ❤️ by Sharat Sachin