Files
scraper/README.md
T
2020-05-07 14:48:10 +10:00

15 lines
321 B
Markdown

# Domain Scraper
![ci](https://github.com/wahyd4/scraper/workflows/ci/badge.svg)
Domain URL: https://www.domain.com.au/auction-results/melbourne/
https://github.com/gocolly/colly/blob/master/_examples/hackernews_comments/hackernews_comments.go
```bash
DB_USERNAME=xxx DB_PASSWORD=xxx PORT=xxxxx go run main.go
```