Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/justkappaman/habr-parser
- Owner: JustKappaMan
- License: mit
- Created: 2021-01-27T09:56:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T03:54:26.000Z (4 months ago)
- Last Synced: 2024-07-12T04:52:47.889Z (4 months ago)
- Topics: beautifulsoup4, bs4, cli, command-line, grabber, habr, habrahabr, parser, python, python3, scraper, terminal
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 HabrParserparser = HabrParser(period="alltime")
result = parser.run()
```## License
This project is licensed under the MIT License.