filmov
tv
Golang web scraper with Colly | Tutorial

Показать описание
Learn how to build a web scraper using Go and the colly package in this quick and easy tutorial.
If you found this video helpful, please consider liking it. Also subscribe if you'd like to see more of this type of content.
⌛ Timestamps
00:00 - Intro and project description
01:11 - Analyse the page we will be scraping
01:27 - Create Fact struct type
01:55 - Create slice of Fact
02:05 - Import colly package and create new collector
02:30 - Examine HTML structure of rhino facts page
02:45 - Use collector.OnHTML method to traverse the DOM
04:45 - Use collector.OnRequest to print when collector makes requests
05:11 - Print scraped data to the terminal as JSON
06:08 - Create writeJSON function to save rhino facts in a file
⭐ Go Packages
🔗 Useful Links
If you found this video helpful, please consider liking it. Also subscribe if you'd like to see more of this type of content.
⌛ Timestamps
00:00 - Intro and project description
01:11 - Analyse the page we will be scraping
01:27 - Create Fact struct type
01:55 - Create slice of Fact
02:05 - Import colly package and create new collector
02:30 - Examine HTML structure of rhino facts page
02:45 - Use collector.OnHTML method to traverse the DOM
04:45 - Use collector.OnRequest to print when collector makes requests
05:11 - Print scraped data to the terminal as JSON
06:08 - Create writeJSON function to save rhino facts in a file
⭐ Go Packages
🔗 Useful Links
How to build a web scraper using go and colly - golang + gocolly tutorial
Golang web scraper with Colly | Tutorial
How to Build a Go Web Scraper with Colly
ASYNC web scraping with GO and Colly.
GO for Beginners - Web Scraping with Golang Tutorial
Golang Tutorial - Web Scraping with Colly
Web Crawler in Golang | Web Crawler using Colly and Goquery | Golang Beginners
Web Scraping using Go Colly and Storing Data in PostgreSQL | Web Scraper in Go | PostgreSQL
Web Scraping with GO... Easy AND Fast?!
30 lines of GO Code to Scrape Anything
The Ultimate Web Crawler Tutorial: Golang and Colly Made Easy
Go Tutorial | Web Scraping with Golang
Go Webcraping Tutorial Using Colly!
Web Scraping using Golang + Colly + huh libs 🚀🌾 #golang #scraping
Exploring the Key Features and Benefits of Using Go-Colly for Web Scraping
How to Scrape Product IDs with Colly in Go
Who is FASTER? Scrapy vs GO vs ME
Golang BING.Com Scraper - PART - 4 - Build A Web Scraper With Golang
Golang BING.Com Scraper - PART - 3 - Build A Web Scraper With Golang
Golang Project 2021 - [Part 2] - Build a Web Scraper with Golang + Goquery
Golang +LiteIDE with Gocolly, Scraping in 'easy ways'.
Handling Timeout Errors in Golang with the Colly Package
Scrape IMDB 🎬🎬 With GOLANG! - Golang Project 2021 🎉🎉 [PART 2 ] #IMDBcrawler #scrapeIMDB #gocolly...
Golang Project 2021 - [Part 1] - Build a Web Scraper with Golang + Goquery
Комментарии