JustKappaMan / Habr-Parser

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Habr Parser

MIT License Code style: black

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

How to Use

Install dependencies.

Use it either as script:

python3 -m habrparser [OPTION]...

Or as package:

from habrparser import HabrParser

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

License

This project is licensed under the MIT License.

About

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

License:MIT License


Languages

Language:Python 100.0%