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: 2 months ago
JSON representation
Parse info about the top articles on Habr.com for a given period of time
- Host: GitHub
- URL: https://github.com/justkappaman/habr-parser
- Owner: JustKappaMan
- License: mit
- Created: 2021-01-27T09:56:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T03:54:26.000Z (11 months ago)
- Last Synced: 2025-03-20T00:36:07.499Z (2 months ago)
- Topics: beautifulsoup4, bs4, cli, command-line, grabber, habr, habrahabr, parser, python, python3, scraper, terminal
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Habr Parser

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 HabrParserparser = HabrParser(period="alltime")
result = parser.run()
```## License
This project is licensed under the MIT License.