Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/justkappaman/habr-parser

Parse info about the top articles on Habr.com for a given period of time
https://github.com/justkappaman/habr-parser

beautifulsoup4 bs4 cli command-line grabber habr habrahabr parser python python3 scraper terminal

Last synced: 6 days ago
JSON representation

Parse info about the top articles on Habr.com for a given period of time

Awesome Lists containing this project

README

        

# Habr Parser
![MIT License](https://img.shields.io/github/license/JustKappaMan/Habr-Parser)
![Code style: black](https://img.shields.io/badge/code%20style-black-black)

Parse info about the top articles on [Habr.com](https://habr.com) for a given period of time.

## How to Use
Install dependencies.

Use it either as script:
```shell
python3 -m habrparser [OPTION]...
```

Or as package:
```python
from habrparser import HabrParser

parser = HabrParser(period="alltime")
result = parser.run()
```

## License
This project is licensed under the MIT License.