ViniciusFM / TubeCrawler

TubeCrawler is a simple python script that collects all YouTube video hrefs and titles from a given channel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PURPOSE
=======

TubeCrawler is a simple python3 script that collects 
all YouTube video hrefs and titles from a given 
channel.
It helps displaying a list in CSV format for
any purpose you have in mind.

SCRAPY
======

TubeCrawler uses a python's lib called scrapy
to do the crawling stuff. You may download it
first simply doing a pip:
pip install scrapy

USAGE
=====

USAGE: tubecrawler.py <channel_name> <output_file_name>

NOT OPTIONAL ARGS:
        channel_name: the exactly name of the channel (case sensitive)
        output_file_name: the CSV output file name

EXAMPLE:
        tubecrawler.py foochannel /path/to/foochannellinks.csv

        This line will output the video links from oldest to newest
        from foochannel to file located at /path/to/foochannellinks.csv

About

TubeCrawler is a simple python script that collects all YouTube video hrefs and titles from a given channel.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%