Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 559 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 559 Bytes

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.