Web Scraping Introduction and installation
  • Big picture about web scraping (or 4 steps to do web scraping)
  • Install python and other packages with anaconda
Step 1 : Inspecting Web Page and Locating Data between HTML Source
  • Inspecting Web Page
Step 2 : Download HTML Content
  • Download HTML use selenium with chrome driver
Step 3 : Create Beautiful Soup Object and Search for Tags Contain Information
  • Introduction about Beautiful Soup and create soup object
Step 4 : Scrape Data From Tags
  • Scrape data
Hand on with NBA projects
  • Mission 1 : scrape players list
  • Mission 2 : scrape players link
  • Mission 3 : scrape players detail information
  • Mission 4 : scrape players image
Hand on with STEAM projects
  • Mission 1 : scrape top selling items
  • Mission 2 : scrape detail infor
  • Mission 3 : login
Hand on with IMDB projects
  • Mission 1 : scrape best ever movie list
  • Mission 2 : scrape movie detail information
  • Mission 3 : scrape movie large poster
Hand on with AMAZON projects
  • Mission 1 : scrape book list
  • Mission 2 : scrape detail information
  • Mission 3 : scrape comment
  • Mission 4 : scrape all pages
Hand on with CoinMarketCap and Pandas
  • Mission 1 : scrape main page
  • Mission 2 : scrape bitcoin history price
Hand on with Twitter API
  • Mission 1 : collect real time message stream
  • Mission 2 : collect message with hash tag