Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pjt3591oo/golang-crawler

golang으로 크롤러 만들기
https://github.com/pjt3591oo/golang-crawler

crawler golang

Last synced: 6 days ago
JSON representation

golang으로 크롤러 만들기

Awesome Lists containing this project

README

        

# Crawler

golang 공부용 crawler 만들기.

# install

```
$ go get "github.com/antchfx/htmlquery"
$ go get "github.com/go-sql-driver/mysql"
```

# run

```
$ go run app.go
```