Difference between revisions of "Web Automation"

From
Jump to: navigation, search
Line 8: Line 8:
 
[http://www.google.com/search?q=Web+scraping+Automation+Google+Colaboratory ...Google search]
 
[http://www.google.com/search?q=Web+scraping+Automation+Google+Colaboratory ...Google search]
  
* [[Python#Web Automation with Python|Web Automation with Python]] ...libraries
+
* [[Python#Web Automation with Python|Web Automation with Python]]  
 +
** [[Python#Requests|Requests]] simple HTTP library for Python
 +
** [[Python#Beautiful Soup|Beautiful Soup]] for parsing HTML and XML documents. It creates parse trees
 +
** [[Python#Scrapy|Scrapy]] open source and collaborative framework for extracting the data you need from websites
 +
** [[Python#Selenium|Selenium]] a web testing library. It is used to automate browser activities.
 +
 
 +
 
 +
<youtube>mKxFfjNyj3c</youtube>
 +
<youtube>3xQTJi2tqgk</youtube>
  
  
 
== Colaboratory ==
 
== Colaboratory ==
 
* [http://colab.research.google.com/drive/15AEaOsAKWgikKY7BEOWxUlKsjjBjRD6R Web Scraping Guide | StrataScratch]
 
* [http://colab.research.google.com/drive/15AEaOsAKWgikKY7BEOWxUlKsjjBjRD6R Web Scraping Guide | StrataScratch]
 
<youtube>mKxFfjNyj3c</youtube>
 
<youtube>3xQTJi2tqgk</youtube>
 

Revision as of 10:28, 16 November 2019

YouTube search... ...Google search



Colaboratory