Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.09 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.09 KB

chihacknight-yt-scraper

Chi Hack Night Youtube captions scraper/search interface

Scraper installation

set up virtual environment:

  • sudo pip install virtualenv
  • virtualenv venv
  • source venv/bin/activate

install dependencies:

  • pip install -r requirements.txt

start using

  • Download your client_secrets.json
  • Run testscrape.py, authenticate, follow instructions

Relevant YouTube API functions

How to Get Transcripts

Web interface installation