[Golang] Auto-Detect and Convert Encoding of HTML to UTF-8
Given an URL, auto-detect and convert the encoding of the HTML document to UTF-8 if it is not UTF-8 encoded in Go.
read more »Given an URL, auto-detect and convert the encoding of the HTML document to UTF-8 if it is not UTF-8 encoded in Go.
read more »Given an URL, determine the encoding of the HTML document in Go using golang.org/x/net/html and golang.org/x/text packages.
read more »Read non-utf8 webpage with goquery if the charset of the page is known.
read more »Get all links of story highlights of a specific Instagram user in Go. Use only Go standard library and no third-party packages needed.
read more »Chrome extension to help you get user information on user profile page. Also show id and invisible link to profile picture on the profile page.
read more »Given user name, get Instagram user information, such as id, username, biography, etc., in Go.
read more »Send HTTP request with cookies via Go standard net/http package.
read more »HTTP request with custom User-Agent header via Go standard net/http package.
read more »A Chrome extension to help you show Instagram mutual followers on user profile page.
read more »A Chrome extension to help you show Instagram id on the user page.
read more »A Chrome extension to help you try to get Facebook user id by URL change and print the id next to name if found.
read more »A Chrome extension to help you try to get Facebook user id by URL change.
read more »A naive Chrome extension to help you get URL of images of Facebook Stories.
read more »Trick to get Instagram post live video items.
read more »Access Instagram API to discover Top lives in Go programming language. Use only Go standard library and no third-party packages needed.
read more »Instagram web top search client in Go programming language. Use only Go standard library and no third-party packages needed.
read more »Get URL of photos and videos in Instagram post via Go programming language. Use only Go standard library and no third-party packages needed.
read more »Get URL of all posts of a specific Instagram user via Go programming language. Use only Go standard library and no third-party packages needed.
read more »Get Instagram following and followers of a specific user via Go programming language. Use only Go standard library and no third-party packages needed.
read more »Get links of Instagram highlight stories of a specific user via Go programming language. Use only Go standard library and no third-party packages needed.
read more »Get links of Instagram stories of a specific user via Go programming language. Use only Go standard library and no third-party packages needed.
read more »Get the list of following Instagram stories via Go programming language. Use only Go standard library and no third-party packages needed.
read more »Given user name, get Instagram user id via Go programming language. Use only Go standard library and no third-party packages needed.
read more »Fetch a public post on Blogger and extract data via goquery.
read more »Remove HTML inline style, i.e., remove style attribute from HTML node via Go net/html package.
read more »Web scraping JavaScript rendered webpages by Chrome Debugging Protocol . Write Go code to programmatically login Facebook and then take screenshot.
read more »Web scraping - fetch HTML DOM Style Object properties via goquery in Go programming language.
read more »Fetch and parse a public post on Facebook and extract data via goquery in Go programming language.
read more »Parse the string of Unix time (also known as POSIX time or Epoch time) in Go programmming language.
read more »Implement querySelector in goquery
read more »Iterate over all DOM nodes/elements via goquery in Go programming language.
read more »Guess metadata from HTML webpage and convert it to reStructuredText format.
read more »Add basic HTML table to reStructuredText support for online HTML to reStructuredText service on Google App Engine Go.
read more »Online service on Google App Engine Go, which helps you extract title, image URL from Taobao item webpage, and output in reStructuredText format.
read more »Online HTML to reStructuredText service on Google App Engine Go.
read more »Convert HTML to restructuredtext format via net/html package in Go programming language. (Not fully supported)
read more »Given a webpage URL. Fetch the title of the webpage and output reStructuredText link on Google App Engine Go.
read more »Get HTML title via net/html package in Go programming language.
read more »Convert HTML unordered (bulleted) list, HTML link, and HTML image to restructuredtext format via net/html package in Go programming language.
read more »Convert HTML unordered (bulleted) list and HTML link to restructuredtext format via net/html package in Go programming language.
read more »Convert HTML unordered (bulleted) list to restructuredtext format via goquery in Go programming language.
read more »Replace HTML links node with text node of restructuredtext format in a webpage via goquery in Go programming language.
read more »Get the number of children nodes via goquery in Go.
read more »Get the number of child nodes via Go net/html package.
read more »Get Vine video src URL via goquery in Go programming language. My answer to Stack Overflow question: Getting blank return when using GoQuery to get video src
read more »Scape JavaScript code to get campaign number via Go strings package.
read more »Answer to Stack Overflow question: go - How to get simple text from HTML page with goquery?.
read more »Equivalent of JavaScript getElementById via Go net/html package.
read more »Convert HTML table to reStructuredText list-table via goquery in Go programming language.
read more »Convert HTML table to reStructuredText list-table via Go net/html package. This is experimental and not robust implementation.
read more »Convert all HTML links to restructuredtext in a webpage via goquery in Go programming language.
read more »Extract text (i.e., footnote) in HTML via state machine and goquery in Go programming language.
read more »Iterate over all DOM elements in HTML via Go programming language. Use net/html package to parse and iterate all elements in HTML. Search for HTML links and output them in reStructuredText format.
read more »Extract title and URL from Hacker News comment via goquery, and then output the info to reStructuredText footnote.
read more »Extract title, image, and URL in buy123 product webpage via goquery, and then output the info to reStructuredText image.
read more »A simple example to read HTML title via goquery in Go.
read more »Python script to convert HTML table to reStructuredText list-table via Beautiful Soup 4.
read more »Python scripts to export PIXNET blog posts to files of reStructuredText format.
read more »Web scrape JavaScript rendered webpages by dryscrape, a lightweight web scraping library for Python.
read more »