Difference between revisions of "Web Automation"
(→Colaboratory) |
|||
| Line 23: | Line 23: | ||
| − | == | + | == Jupyter Notebook == |
| − | [http://www.youtube.com/results?search_query=Web+scraping+Automation+ | + | [http://www.youtube.com/results?search_query=Web+scraping+Automation+Jupyter+Colaboratory YouTube search...] |
| − | [http://www.google.com/search?q=Web+scraping+Automation+ | + | [http://www.google.com/search?q=Web+scraping+Automation+Jupyter+Colaboratory ...Google search] |
* [http://colab.research.google.com/drive/15AEaOsAKWgikKY7BEOWxUlKsjjBjRD6R Web Scraping Guide | StrataScratch] ...web scraping in Python with Beautiful Soup | * [http://colab.research.google.com/drive/15AEaOsAKWgikKY7BEOWxUlKsjjBjRD6R Web Scraping Guide | StrataScratch] ...web scraping in Python with Beautiful Soup | ||
* [http://darektidwell.com/using-selenium-with-google-colaboratory/ Using Selenium with Google Colaboratory | Darek Tidwell] | * [http://darektidwell.com/using-selenium-with-google-colaboratory/ Using Selenium with Google Colaboratory | Darek Tidwell] | ||
| − | <youtube> | + | <youtube>dvw749iveJA</youtube> |
| − | <youtube> | + | <youtube>n188_5d9Zgo</youtube> |
== Excel with VBA == | == Excel with VBA == | ||
Revision as of 12:03, 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
Jupyter Notebook
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