Difference between revisions of "Web Automation"

From
Jump to: navigation, search
Line 17: Line 17:
 
<youtube>3xQTJi2tqgk</youtube>
 
<youtube>3xQTJi2tqgk</youtube>
  
 +
== [[Python#Beautiful Soup|Beautiful Soup]] and [[Python#Requests|Requests]] ==
 +
<youtube>ng2o98k983k</youtube>
 +
<youtube>3xQTJi2tqgk</youtube>
  
 
== Colaboratory ==
 
== Colaboratory ==

Revision as of 10:32, 16 November 2019

YouTube search... ...Google search

  • Web Automation with Python
    • Requests ...simple HTTP library for Python
    • Beautiful Soup ...for parsing HTML and XML documents. It creates parse trees
    • Scrapy ...open source and collaborative framework for extracting the data you need from websites
    • Selenium ...a web testing library. It is used to automate browser activities.

Beautiful Soup and Requests

Colaboratory