Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 976 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 976 Bytes

PyVideo Scrapers

Scrapy to generate the JSON files similar to the original pyvideo-data repo.

Python Version

Python 3.4+

Usage

Scraping YouTube playlist

After activating the virtual environment, simply call:

scrapy runspider videodata/spiders/youtube_playlist.py \
    -a playlist_id=<playlist_id> \
    [-a api_key=<google_api_key>] \
    [-s OUTPUT_DIR=<output_root_directory>]

where: