Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zztkm/goquery-example


https://github.com/zztkm/goquery-example

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# goquery example

## 実行

```
go get -u
```

引数にページのURLを入れる
```
go run main.go https://fortune.yahoo.co.jp/12astro/20190922/scorpio.html
```

## Build

for windows
```
GOOS=windows GOARCH=amd64 go build -o bin/goquery-example -trimpath
```

## 参考

- [【Go】Webスクレイピングのやり方 - Qiita](https://qiita.com/koki_develop/items/dab4bcbb1df1271a17b6)