Skip to content

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

License

Notifications You must be signed in to change notification settings

ViniciusFM/TubeCrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages