Skip to content

UWICompSociety/YoutubeScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published