Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 269 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 269 Bytes

youtube-scraper

A Python script that scrapes Youtube data from the Youtube API.

Usage

$ python youtubescraper channels.txt output.csv key.txt

Setup

$ virtualenv -p /usr/bin/python2.7 env
$ source activate env
$ pip install -r requirements.txt