Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjt3591oo/golang-crawler
golang으로 크롤러 만들기
https://github.com/pjt3591oo/golang-crawler
crawler golang
Last synced: 6 days ago
JSON representation
golang으로 크롤러 만들기
- Host: GitHub
- URL: https://github.com/pjt3591oo/golang-crawler
- Owner: pjt3591oo
- Created: 2018-08-12T22:51:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T23:01:22.000Z (over 6 years ago)
- Last Synced: 2024-11-06T23:35:22.752Z (about 2 months ago)
- Topics: crawler, golang
- Language: Go
- Size: 1000 Bytes
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```