Difference between revisions of "Web Automation"
| Line 13: | Line 13: | ||
** [[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. | ||
| + | * [[Natural Language Processing (NLP)#Regular Expressions (Regex)|Regular Expressions (Regex)]] | ||
<youtube>K1xVFqT4sqY</youtube> | <youtube>K1xVFqT4sqY</youtube> | ||
Revision as of 11:56, 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.
- Regular Expressions (Regex)
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