Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/morzhanov/habr-articles-scrapper

Golang console application to retrieve top-x habr articles
https://github.com/morzhanov/habr-articles-scrapper

Last synced: 20 days ago
JSON representation

Golang console application to retrieve top-x habr articles

Awesome Lists containing this project

README

        

# habr-articles-scrapper

Golang console application to retrieve top-x habr articles.

1632212887949

## Usage

To run app with default params:
```bash
go run ./cmd/main.go
```

### Params
- `top` - top results filter (available options are: 0, 10, 25, 50, 100)
- `pages` - number of pages to parse

Example:
```bash
go run ./cmd/main.go -top=25 -pages=10
```