Difference between revisions of "Web Automation"
(→Colaboratory) |
|||
| Line 10: | Line 10: | ||
* [[Python#Web Automation with Python|Web Automation with Python]] | * [[Python#Web Automation with Python|Web Automation with Python]] | ||
** [[Python#Requests|Requests]] ...simple HTTP library for 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#Beautiful Soup - bs4|Beautiful Soup - bs4]] ...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#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. | ** [[Python#Selenium|Selenium]] ...a web testing library. It is used to automate browser activities. | ||
Revision as of 11:53, 16 November 2019
YouTube search... ...Google search
- Web Automation with Python
- Requests ...simple HTTP library for Python
- Beautiful Soup - bs4 ...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
YouTube search... ...Google search
- Web Scraping Guide | StrataScratch ...web scraping in Python with Beautiful Soup
- Using Selenium with Google Colaboratory | Darek Tidwell
Excel with VBA
YouTube search... ...Google search