Skip to content

cechus/web-scraper-egghead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

First Web scraping with python

Requirements

$ sudo apt install python-pip
$ sudo apt install ffmpeg
$ sudo -H pip install --upgrade youtube-dl
$ pip install BeautifulSoup
$ pip install BeautifulSoup4

Official pages

Installing Beautiful Soup

Install Youtube-dl

Example

python first_scr.py https://egghead.io/courses/build-a-server-rendered-code-split-app-in-react-with-react-universal-component

I worked with

pip 9.0.1
Python 2.7.13+