Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/morzhanov/habr-articles-scrapper
- Owner: morzhanov
- License: mit
- Created: 2021-09-20T20:41:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T08:31:41.000Z (over 3 years ago)
- Last Synced: 2024-11-08T00:52:34.487Z (2 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# habr-articles-scrapper
Golang console application to retrieve top-x habr articles.
## 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 parseExample:
```bash
go run ./cmd/main.go -top=25 -pages=10
```