UWICompSociety / YoutubeScraper

Scrapes youtube for video links

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YoutubeScraper

Scrapes youtube for video links

Setup

Install python and pip https://www.makeuseof.com/tag/install-pip-for-python/

Go to terminal and type following commands

Clone Repository and change directory

$ git clone https://github.com/UWICompSociety/YoutubeScraper.git && cd YoutubeScraper

Install virtualenv with pip

$ pip install virtualenv

Next create a virtual environment

$ virtualenv venv

Activate virtual environment

On Unix

$ source venv/bin/activate

On Windows

$ venv\Scripts\activate

Now install requirements

(venv)$  pip install -r requirements.txt

Open Notebook

(venv)$  jupyter notebook

Go to http://localhost:8888/tree and open youtube_scraper.ipynb

About

Scrapes youtube for video links


Languages

Language:Jupyter Notebook 100.0%