Making YouTube Mentions Tracker in Python

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. pytube

    A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.

    After all the parsing is done, we need to download videos from returned URLs using pytube. Here we only download audio with filter(only_audio=True) option as this is what we only need for transcript and defining output_path to create videos/ path with filename that was done at the parsing stage, i.e absolute filename.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. youtube-mention-tracker

    Find target keyword mention(s) from YouTube videos. Similar to Mention but for videos. Sponsored by SerpApi.

    $ git clone https://github.com/dimitryzub/youtube-mention-tracker.git

  4. whisper

    Robust Speech Recognition via Large-Scale Weak Supervision

    whisper

  5. streamlit

    Streamlit — A faster way to build and share data apps.

    streamlit

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Building a Sarcasm Detection System with LSTM and GloVe: A Complete Guide

    4 projects | dev.to | 2 Jan 2025
  • AI companies cause most of traffic on forums

    3 projects | news.ycombinator.com | 30 Dec 2024
  • Ask HN: How do you version your data?

    2 projects | news.ycombinator.com | 26 Dec 2024
  • [Python Tips] Streamlit: A Rapid Prototyping Tool for Python

    2 projects | dev.to | 23 Dec 2024
  • How to Scrape and Analyse Data for Free using AI: From Collection to Insight

    2 projects | dev.to | 15 Dec 2024