salaheldinaz / yt-list

Youtube Lists Title Grabber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Youtube Lists Title Grabber

version v0.2

Youtube lists title grabber written in Python using Youtube API v3.

I had a long list of urls for Youtube lists without title for each list.

screenshot1

Prerequisite

  • Python 3.5+
  • Python modules:
    • simplejson
    • requests

To install required modules :

pip3 install -r requirements.txt

Usage

  1. Grab your API key from this link:
    Google Developers Console

  2. Edit lists.txt with your Youtube lists urls as shown

    screenshot2

  3. Run main.py :

    python3 main.py

    screenshot2

    screenshot2

  4. Open lists+titles.txt to see the results:

    screenshot3

Todo list

  • Add more option to select data from api
  • Add more detailed error messages

External Resources

YouTube API documentation

About

Youtube Lists Title Grabber

License:GNU General Public License v3.0


Languages

Language:Python 100.0%