Skip to content

pceuropa/youtube-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Movie and Channel Crawler

Youtube crawler & scraper based on scrapy. Write in Python3.

REQUIREMENTS

Python 3.6+ SQLAlchemy (optional if save in MariaDB) Pytest (optional to test unit)

CONFIGURATION

Configuration is in ./yt/settings.py

Default save in CSV. Uncomment yt.pipelines.SqlAlchemy if you need store items in DB

ITEM_PIPELINES = {
    # 'yt.pipelines.SqlAlchemy': 300,
    'yt.pipelines.Csv': 300,
}

RUNING

scrapy crawl youtube

TESTING Model

pytest yt/test.py

About

Youtube crawler & scraper based on scrapy. Written in Python3.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published