Skip to content

Instantly share code, notes, and snippets.

View xn4k's full-sized avatar
🌴
On vacation

Mikhail Zhivoderov xn4k

🌴
On vacation
View GitHub Profile
@xn4k
xn4k / gist:4cc94532949c38e709b2774502f388b6
Created October 21, 2022 15:04
Web automation and scraping in Golang
https://github.com/go-rod/rod golang browser scrapping/ automation
@xn4k
xn4k / index.html
Created September 25, 2022 00:27
Simple html index page
<!doctype html>
<html>
<head>
<title>Hey i am your new Title</title>
</head>
<body>
<h1>Hey</h1>
<p>Example paragraph. Lets roll</p>
</body>
</html>